chiark / gitweb /
libudev: monitor- add netlink uevent support
[elogind.git] / udev / udevadm.c
index bfa704ef21754b9472c4bd297c9e7002a8821590..a4bcba603fd877f20021be8edca19e28386437f5 100644 (file)
@@ -167,8 +167,8 @@ int main(int argc, char *argv[])
                                prog[len] = '\0';
                                fprintf(stderr, "the program '%s' called '%s', it should use 'udevadm %s <options>', "
                                       "this will stop working in a future release\n", prog, argv[0], command);
-                               info(udev, "the program '%s' called '%s', it should use 'udevadm %s <options>', "
-                                    "this will stop working in a future release\n", prog, argv[0], command);
+                               err(udev, "the program '%s' called '%s', it should use 'udevadm %s <options>', "
+                                   "this will stop working in a future release\n", prog, argv[0], command);
                        }
                        rc = run_command(udev, &cmds[i], argc, argv);
                        goto out;