libbb: reduce the overhead of single parameter bb_error_msg() calls
[oweals/busybox.git] / procps / pstree.c
index 1d124d2d2a9a5b1ef325d36501dfe8b0284c502d..67b711168b719dbd6f859cba18461dadd1e2f7b8 100644 (file)
@@ -404,7 +404,7 @@ int pstree_main(int argc UNUSED_PARAM, char **argv)
        else {
                dump_by_user(find_proc(1), uid);
                if (!G.dumped) {
-                       bb_error_msg_and_die("no processes found");
+                       bb_simple_error_msg_and_die("no processes found");
                }
        }