getty, sulogin: convert to using bb_msg for syslog output
This commit is contained in:
@@ -12,6 +12,6 @@
|
||||
void bb_warn_ignoring_args(int n)
|
||||
{
|
||||
if (n) {
|
||||
bb_perror_msg("ignoring all arguments");
|
||||
bb_error_msg("ignoring all arguments");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user