aboutsummaryrefslogtreecommitdiff
path: root/syslogd.c
diff options
context:
space:
mode:
Diffstat (limited to 'syslogd.c')
-rw-r--r--syslogd.c1
1 files changed, 1 insertions, 0 deletions
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, ...)
{