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
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,