ethr-wake: can use ether_hostton on uclibc >= 0.9.30
[oweals/busybox.git] / procps / renice.c
index 4c309e9d1631473a319bdb503a3c5622ba487131..ea5fc703e41e9b3b9921d18a691e512c026a796b 100644 (file)
@@ -84,7 +84,7 @@ int renice_main(int argc UNUSED_PARAM, char **argv)
                        struct passwd *p;
                        p = getpwnam(arg);
                        if (!p) {
-                               bb_error_msg("unknown user: %s", arg);
+                               bb_error_msg("unknown user %s", arg);
                                goto HAD_ERROR;
                        }
                        who = p->pw_uid;