Mod Cplusplus CVS committal
Author : johnksterling
Project : mod_cplusplus
Module : src
Dir : mod_cplusplus/src
Modified Files:
apache_handler.cpp
Log Message:
remove printf thankyouverymuch
===================================================================
RCS file: /cvsroot/modcplusplus/mod_cplusplus/src/apache_handler.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- apache_handler.cpp 19 Jun 2002 14:11:07 -0000 1.12
+++ apache_handler.cpp 14 Aug 2003 12:14:28 -0000 1.13
@@ -109,8 +109,6 @@
NULL);
}
- printf ("Loaded CPP SO: %s", path);
-
/* Log the event */
ap_log_perror( APLOG_MARK, APLOG_DEBUG|APLOG_NOERRNO,
0, pool,
|