diff options
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, ...) { |