Mailing List Archive

cvs commit: apachen/src/modules/example mod_example.c
randy 97/08/31 19:53:50

Modified: src/modules/example mod_example.c
Log:
Convert log_*() to aplog_error().

Revision Changes Path
1.18 +1 -1 apachen/src/modules/example/mod_example.c

Index: mod_example.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/example/mod_example.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- mod_example.c 1997/09/01 01:39:17 1.17
+++ mod_example.c 1997/09/01 02:53:48 1.18
@@ -413,7 +413,7 @@
*/
/*
if (s != NULL) {
- log_printf(s, "mod_example: %s", note);
+ aplog_error(APLOG_MARK, APLOG_ERR, s, "mod_example: %s", note);
}
*/
}