This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 050fb80 Improve debug logging
050fb80 is described below
commit 050fb80551edc48af391da43f1c6687077cfc581
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Oct 10 16:49:08 2019 +0100
Improve debug logging
---
java/org/apache/coyote/AbstractProtocol.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/coyote/AbstractProtocol.java
b/java/org/apache/coyote/AbstractProtocol.java
index d3f9166..0171ff5 100644
--- a/java/org/apache/coyote/AbstractProtocol.java
+++ b/java/org/apache/coyote/AbstractProtocol.java
@@ -1031,7 +1031,7 @@ public abstract class AbstractProtocol<S> implements
ProtocolHandler,
",name=" + getProtocol().getProtocolName() +
"Request" + count);
if (getLog().isDebugEnabled()) {
- getLog().debug("Register " + rpName);
+ getLog().debug("Register [" + processor + "] as ["
+ rpName + "]");
}
Registry.getRegistry(null, null).registerComponent(rp,
rpName, null);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]