[open-ils-commits] r20398 - branches/rel_2_1/Open-ILS/src/apachemods (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed May 4 00:43:51 EDT 2011


Author: dbs
Date: 2011-05-04 00:43:48 -0400 (Wed, 04 May 2011)
New Revision: 20398

Modified:
   branches/rel_2_1/Open-ILS/src/apachemods/mod_idlchunk.c
Log:
Change an ERROR to a DEBUG log message in mod_idlchunk

Reported by James Fournie at Sitka, this message was logged
as an error when it is simply a debug message; we drop the
level accordingly so that it will not appear in the Apache
logs during the normal course of operations.

Signed-off-by: Dan Scott <dan at coffeecode.net>


Modified: branches/rel_2_1/Open-ILS/src/apachemods/mod_idlchunk.c
===================================================================
--- branches/rel_2_1/Open-ILS/src/apachemods/mod_idlchunk.c	2011-05-04 04:43:06 UTC (rev 20397)
+++ branches/rel_2_1/Open-ILS/src/apachemods/mod_idlchunk.c	2011-05-04 04:43:48 UTC (rev 20398)
@@ -497,7 +497,7 @@
 	idlChunkConfig* config = ap_get_module_config( 
 			f->r->per_dir_config, &idlchunk_module );
 
-	ap_log_rerror(APLOG_MARK, APLOG_ERR, 
+	ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 
 			0, f->r, "IDLCHUNK Config:\nContent Type = %s, "
 			"Strip PI = %s, Strip Comments = %s, Doctype = %s", 
 			config->contentType, 



More information about the open-ils-commits mailing list