chiark / gitweb /
udevadm: info - fix --query=all for devices without a device node
[elogind.git] / udev / lib / test-libudev.c
index 47fbf3b42ab0630cee6f9d4c107d01307df28c76..854a0a9faac30d2693022a9b7781f2a2f4bb6d75 100644 (file)
@@ -104,7 +104,7 @@ static int test_device(struct udev *udev, const char *syspath)
        printf("looking at device: %s\n", syspath);
        device = udev_device_new_from_syspath(udev, syspath);
        if (device == NULL) {
-               printf("no device\n");
+               printf("no device found\n");
                return -1;
        }
        print_device(device);