Author: markt
Date: Mon Sep 10 09:59:11 2018
New Revision: 1840447

URL: http://svn.apache.org/viewvc?rev=1840447&view=rev
Log:
Add a debug log message

Modified:
    tomcat/jk/trunk/native/common/jk_uri_worker_map.c

Modified: tomcat/jk/trunk/native/common/jk_uri_worker_map.c
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/native/common/jk_uri_worker_map.c?rev=1840447&r1=1840446&r2=1840447&view=diff
==============================================================================
--- tomcat/jk/trunk/native/common/jk_uri_worker_map.c (original)
+++ tomcat/jk/trunk/native/common/jk_uri_worker_map.c Mon Sep 10 09:59:11 2018
@@ -1136,6 +1136,9 @@ const char *map_uri_to_worker_ext(jk_uri
         }
         else {
             strncpy(&url[off], vhost, vhost_len + 1);
+            if (JK_IS_DEBUG_LEVEL(l)) {
+                jk_log(l, JK_LOG_DEBUG, "Prefixing mapping uri with vhost 
'%s'", vhost);
+            }
         }
         vhost_len += off;
     }



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to