diff options
| -rw-r--r-- | init/init.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c index 058a47a83..166f526e0 100644 --- a/init/init.c +++ b/init/init.c @@ -225,7 +225,7 @@ static void message(int device, const char *fmt, ...)  	if (device & LOG) {  		/* don`t out "\r\n" */  		openlog(bb_applet_name, 0, LOG_DAEMON); -		syslog(LOG_INFO, "%s", msg); +		syslog(LOG_INFO, "%s", msg + 1);  		closelog();  	}  | 
