gregames 2003/02/27 13:25:27
Modified: specweb99/specweb99-2.0 mod_specweb99.c
Log:
I don't think the $Id helps much, now that mod_specweb99 is in a public CVS.
It tends to clutter the diffs.
Revision Changes Path
1.24 +0 -3 httpd-test/specweb99/specweb99-2.0/mod_specweb99.c
Index: mod_specweb99.c
===================================================================
RCS file: /home/cvs/httpd-test/specweb99/specweb99-2.0/mod_specweb99.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- mod_specweb99.c 27 Feb 2003 00:09:31 -0000 1.23
+++ mod_specweb99.c 27 Feb 2003 21:25:27 -0000 1.24
@@ -563,9 +563,6 @@
NAME "/" VERSION " module: Compiled on %s at %s", __DATE__,
__TIME__);
- ap_log_error(APLOG_MARK, APLOG_INFO | APLOG_NOERRNO, 0, s, "%s",
- "$Id$");
-
return 0;
}