From 7e6897984d258eeb86e5c14011122e5921e68ae5 Mon Sep 17 00:00:00 2001 From: dbs Date: Wed, 4 May 2011 04:43:06 +0000 Subject: [PATCH] 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 git-svn-id: svn://svn.open-ils.org/ILS/trunk@20397 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/apachemods/mod_idlchunk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/apachemods/mod_idlchunk.c b/Open-ILS/src/apachemods/mod_idlchunk.c index 068a448cb3..c0b815c3c4 100644 --- a/Open-ILS/src/apachemods/mod_idlchunk.c +++ b/Open-ILS/src/apachemods/mod_idlchunk.c @@ -497,7 +497,7 @@ static int idlChunkHandler( ap_filter_t *f, apr_bucket_brigade *brigade ) { 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, -- 2.43.2