Hmm. Missed this change
authorErik Andersen <andersen@codepoet.org>
Tue, 21 Mar 2000 01:31:24 +0000 (01:31 -0000)
committerErik Andersen <andersen@codepoet.org>
Tue, 21 Mar 2000 01:31:24 +0000 (01:31 -0000)
sysklogd/syslogd.c
syslogd.c

index 3e35df15d71ae036fc61d05f96bb43793d02234f..4bc1d3d724daef857d57ecbdcc6f67f5460f358a 100644 (file)
@@ -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, ...)
 {
index 3e35df15d71ae036fc61d05f96bb43793d02234f..4bc1d3d724daef857d57ecbdcc6f67f5460f358a 100644 (file)
--- 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, ...)
 {