diff options
Diffstat (limited to 'xorg-server/config/udev.c')
-rw-r--r-- | xorg-server/config/udev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/config/udev.c b/xorg-server/config/udev.c index 454838f4c..de8924143 100644 --- a/xorg-server/config/udev.c +++ b/xorg-server/config/udev.c @@ -267,7 +267,7 @@ device_removed(struct udev_device *device) if (strncmp(sysname,"card", 4) != 0) return; - ErrorF("removing GPU device %s %d\n", syspath, path); + ErrorF("removing GPU device %s %s\n", syspath, path); if (!path) return; |