Thrameos commented on code in PR #314:
URL: https://github.com/apache/mina-sshd/pull/314#discussion_r1081905234


##########
sshd-sftp/src/main/java/org/apache/sshd/sftp/server/AbstractSftpSubsystemHelper.java:
##########
@@ -338,6 +338,9 @@ protected void process(Buffer buffer) throws IOException {
             if (type == SftpConstants.SSH_FXP_INIT) {
                 throw e;
             }
+            if (log.isDebugEnabled()) {
+                log.debug("process({}) Exception", session, e);
+            }

Review Comment:
   The method name will get lost.    As it should be on the stack trace it 
should be okay.    I made the change,  please review.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to