Change an ERROR to a DEBUG log message in mod_idlchunk
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 4 May 2011 04:43:06 +0000 (04:43 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 4 May 2011 04:43:06 +0000 (04:43 +0000)
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@coffeecode.net>

git-svn-id: svn://svn.open-ils.org/ILS/trunk@20397 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/apachemods/mod_idlchunk.c

index 068a448..c0b815c 100644 (file)
@@ -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,