提交 b2b28e26 编写于 作者: S serge-rider

SSH logging fix

上级 38cacee7
......@@ -61,7 +61,7 @@ public class SSHImplementationSshj extends SSHImplementationAbstract {
try {
sshClient.loadKnownHosts();
} catch (IOException e) {
log.warn("Error loading known hosts", e);
log.debug("Error loading known hosts", e);
}
sshClient.connect(sshHost);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册