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, ...) | |||
225 | if (device & LOG) { | 225 | if (device & LOG) { |
226 | /* don`t out "\r\n" */ | 226 | /* don`t out "\r\n" */ |
227 | openlog(bb_applet_name, 0, LOG_DAEMON); | 227 | openlog(bb_applet_name, 0, LOG_DAEMON); |
228 | syslog(LOG_INFO, "%s", msg); | 228 | syslog(LOG_INFO, "%s", msg + 1); |
229 | closelog(); | 229 | closelog(); |
230 | } | 230 | } |
231 | 231 | ||