aboutsummaryrefslogtreecommitdiff
path: root/sysklogd/klogd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysklogd/klogd.c')
-rw-r--r--sysklogd/klogd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysklogd/klogd.c b/sysklogd/klogd.c
index 5beec14db..fcc574686 100644
--- a/sysklogd/klogd.c
+++ b/sysklogd/klogd.c
@@ -68,7 +68,7 @@ int klogd_main(int argc, char **argv)
68 if (option_mask32 & OPT_LEVEL) 68 if (option_mask32 & OPT_LEVEL)
69 klogctl(8, NULL, i); 69 klogctl(8, NULL, i);
70 70
71 syslog(LOG_NOTICE, "klogd started: %s", BB_BANNER); 71 syslog(LOG_NOTICE, "klogd started: %s", bb_banner);
72 72
73 /* Note: this code does not detect incomplete messages 73 /* Note: this code does not detect incomplete messages
74 * (messages not ending with '\n' or just when kernel 74 * (messages not ending with '\n' or just when kernel