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, ...) { diff --git a/syslogd.c b/syslogd.c index 3e35df15d..4bc1d3d72 100644 --- a/syslogd.c +++ b/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, ...) {