File: 0003-upgrade-info-to-error-message.patch

package info (click to toggle)
libapache-mod-jk 1%3A1.2.37-4%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 9,376 kB
  • ctags: 6,489
  • sloc: ansic: 54,017; xml: 13,906; sh: 9,196; java: 1,921; perl: 1,004; makefile: 203; awk: 59
file content (19 lines) | stat: -rw-r--r-- 607 bytes parent folder | download | duplicates (4)
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);