aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--loginutils/sulogin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/loginutils/sulogin.c b/loginutils/sulogin.c
index 56b88c086..c9817960c 100644
--- a/loginutils/sulogin.c
+++ b/loginutils/sulogin.c
@@ -71,7 +71,8 @@ int sulogin_main(int argc UNUSED_PARAM, char **argv)
71 ); 71 );
72 if (r < 0) { 72 if (r < 0) {
73 /* ^D, ^C, timeout, or read error */ 73 /* ^D, ^C, timeout, or read error */
74 bb_simple_info_msg("normal startup"); 74 /* util-linux 2.36.1 compat: no message */
75 /*bb_simple_info_msg("normal startup");*/
75 return 0; 76 return 0;
76 } 77 }
77 if (r > 0) { 78 if (r > 0) {