1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
From: Michael Koch <konqueror@gmx.de>
Date: Sat, 24 Jul 2010 00:26:24 +0200
Subject: [PATCH] upgrade info to error message
---
native/apache-2.0/mod_jk.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--- a/native/apache-2.0/mod_jk.c
+++ b/native/apache-2.0/mod_jk.c
@@ -2793,7 +2793,7 @@
}
}
else {
- jk_log(xconf->log, JK_LOG_INFO, "Could not find a worker"
+ jk_log(xconf->log, JK_LOG_ERROR, "Could not find a worker"
" for worker name=%s",
worker_name);
JK_TRACE_EXIT(xconf->log);
|