diff options
author | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2006-02-16 15:40:24 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2006-02-16 15:40:24 +0000 |
commit | dd1ccddf1b33972966760857092eb9b659b7a40a (patch) | |
tree | 311c032dd6a55cc3923e744d8e888d9edd9ede44 /sysklogd/klogd.c | |
parent | 21e68703ce35805ff8b9590c22a400de05155ac2 (diff) | |
download | busybox-w32-dd1ccddf1b33972966760857092eb9b659b7a40a.tar.gz busybox-w32-dd1ccddf1b33972966760857092eb9b659b7a40a.tar.bz2 busybox-w32-dd1ccddf1b33972966760857092eb9b659b7a40a.zip |
moved BB_BANNER to applets/version.c file: make kernel like version,
removed depend loop: busybox.h depend with BB_BT, and all sources depend with busybox.h
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 */ |