X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fnetconf-ssh%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fnetconf%2Fssh%2Fthreads%2FSocketThread.java;h=04639cb36fb665753bda35908321508688e75103;hp=d6566c8ffa69f3e0fd46d6775e8ced177cffd911;hb=99d2c8a0e2a8ea4a819ee31d658be6e01dfcd1df;hpb=02e3bf52dc3c0fe8f4c87a170419926ee6d72f33 diff --git a/opendaylight/netconf/netconf-ssh/src/main/java/org/opendaylight/controller/netconf/ssh/threads/SocketThread.java b/opendaylight/netconf/netconf-ssh/src/main/java/org/opendaylight/controller/netconf/ssh/threads/SocketThread.java index d6566c8ffa..04639cb36f 100644 --- a/opendaylight/netconf/netconf-ssh/src/main/java/org/opendaylight/controller/netconf/ssh/threads/SocketThread.java +++ b/opendaylight/netconf/netconf-ssh/src/main/java/org/opendaylight/controller/netconf/ssh/threads/SocketThread.java @@ -66,7 +66,7 @@ public class SocketThread implements Runnable, ServerAuthenticationCallback, Ser try { conn.setPEMHostKey(authProvider.getPEMAsCharArray(), "netconf"); } catch (Exception e) { - logger.debug("Server authentication setup failed."); + logger.warn("Server authentication setup failed.", e); } conn.setAuthenticationCallback(this); conn.setServerConnectionCallback(this);