Log TLS auth failure 86/1186/1
authorJason Ye <yisye@cisco.com>
Sat, 14 Sep 2013 01:25:56 +0000 (18:25 -0700)
committerJason Ye <yisye@cisco.com>
Sat, 14 Sep 2013 01:25:56 +0000 (18:25 -0700)
Change-Id: Ibacafafa4bafa1423ef0cdcde271fe764be6599c
Signed-off-by: Jason Ye <yisye@cisco.com>
opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/core/internal/SecureMessageReadWriteService.java

index bb4defcecab81bd3f3bdb737b231adfa786981ef..1a9dfdad95d94ea00ad733de6cca8987ced0b535 100644 (file)
@@ -63,6 +63,7 @@ public class SecureMessageReadWriteService implements IMessageReadWrite {
             createSecureChannel(socket);
             createBuffers(sslEngine);
         } catch (Exception e) {
             createSecureChannel(socket);
             createBuffers(sslEngine);
         } catch (Exception e) {
+            logger.warn("Failed to setup TLS connection {} {}", socket, e);
             stop();
             throw e;
         }
             stop();
             throw e;
         }