[open-ils-commits] r20397 - trunk/Open-ILS/src/apachemods (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed May 4 00:43:10 EDT 2011
Author: dbs
Date: 2011-05-04 00:43:06 -0400 (Wed, 04 May 2011)
New Revision: 20397
Modified:
trunk/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: trunk/Open-ILS/src/apachemods/mod_idlchunk.c
===================================================================
--- trunk/Open-ILS/src/apachemods/mod_idlchunk.c 2011-05-04 04:42:04 UTC (rev 20396)
+++ trunk/Open-ILS/src/apachemods/mod_idlchunk.c 2011-05-04 04:43:06 UTC (rev 20397)
@@ -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