You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2022/06/23 20:15:47 UTC

[tomcat-connectors] branch main updated: Minor whitespace fix

This is an automated email from the ASF dual-hosted git repository.

rjung pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new 08fed30b1 Minor whitespace fix
08fed30b1 is described below

commit 08fed30b11b825bd4b5fd37836877c55194d200f
Author: Rainer Jung <ra...@kippdata.de>
AuthorDate: Thu Jun 23 22:15:37 2022 +0200

    Minor whitespace fix
---
 native/common/jk_uri_worker_map.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/native/common/jk_uri_worker_map.c b/native/common/jk_uri_worker_map.c
index 525bd34f4..bb610f6fa 100644
--- a/native/common/jk_uri_worker_map.c
+++ b/native/common/jk_uri_worker_map.c
@@ -485,7 +485,7 @@ static int extension_fix_activation(jk_pool_t *p, const char *name, jk_worker_t
     if (JK_IS_DEBUG_LEVEL(l))
         jk_log(l, JK_LOG_DEBUG,
                "Checking extension for worker %s of type %s (%d)",
-               name, wc_get_name_for_type(jw->type,l), jw->type);
+               name, wc_get_name_for_type(jw->type, l), jw->type);
 
     if (jw->type == JK_LB_WORKER_TYPE &&
         (extensions->active || extensions->disabled || extensions->stopped)) {


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