break;
if (option > 255) {
- info(udev, "udevadm control expects commands without underscore, "
- "this will stop working in a future release\n");
fprintf(stderr, "udevadm control expects commands without underscore, "
"this will stop working in a future release\n");
+ err(udev, "udevadm control expects commands without underscore, "
+ "this will stop working in a future release\n");
}
switch (option) {
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;