diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-03-21 01:31:24 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-03-21 01:31:24 +0000 |
commit | c053e41fa0524d828bf90f47e5e3637b8facaadc (patch) | |
tree | 89e721945ab3f91ced4ae8fd83c42f911143cead /sysklogd | |
parent | 42094cdad5cf87a660c8c74ce101ce61353cfb10 (diff) | |
download | busybox-c053e41fa0524d828bf90f47e5e3637b8facaadc.tar.gz |
Hmm. Missed this change
Diffstat (limited to 'sysklogd')
-rw-r--r-- | sysklogd/syslogd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c index 3e35df15d..4bc1d3d72 100644 --- a/sysklogd/syslogd.c +++ b/sysklogd/syslogd.c @@ -71,6 +71,7 @@ static const char syslogd_usage[] = "\t-O\tSpecify an alternate log file. default=/var/log/messages\n"; +/* Note: There is also a function called "message()" in init.c */ /* print a message to the log file */ static void message(char *fmt, ...) { |