summaryrefslogtreecommitdiff
path: root/udev/udevadm.c
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-09-09 14:48:42 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-09-09 14:48:42 +0200
commitbd770e018301edd34c53d276872865ca13e824fa (patch)
tree15eff7271f7b414ae5449866e01bffc527fd6e0c /udev/udevadm.c
parent37372bbc38d8542f482d90b26c90714429584421 (diff)
udevadm: log message if udevadm link is used
Diffstat (limited to 'udev/udevadm.c')
-rw-r--r--udev/udevadm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/udev/udevadm.c b/udev/udevadm.c
index bfa704ef21..a4bcba603f 100644
--- a/udev/udevadm.c
+++ b/udev/udevadm.c
@@ -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;