diff options
Diffstat (limited to 'sysklogd/klogd.c')
-rw-r--r-- | sysklogd/klogd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysklogd/klogd.c b/sysklogd/klogd.c index b8d69c445..5be833f5b 100644 --- a/sysklogd/klogd.c +++ b/sysklogd/klogd.c | |||
@@ -61,7 +61,7 @@ static void doKlogd(const int console_log_level) | |||
61 | if (console_log_level != -1) | 61 | if (console_log_level != -1) |
62 | klogctl(8, NULL, console_log_level); | 62 | klogctl(8, NULL, console_log_level); |
63 | 63 | ||
64 | syslog(LOG_NOTICE, "klogd started: " BB_BANNER); | 64 | syslog(LOG_NOTICE, "klogd started: %s", BB_BANNER); |
65 | 65 | ||
66 | while (1) { | 66 | while (1) { |
67 | /* Use kernel syscalls */ | 67 | /* Use kernel syscalls */ |