Error code support for ErrorMessage
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / core / TlsDetector.java
index fa8793de79e2f0ddb2c8fc20a74bdacc937087e6..2ce089bada950bc2bf440aa8fc48dfa11c35aa04 100644 (file)
@@ -36,7 +36,7 @@ public class TlsDetector extends ByteToMessageDecoder {
      * Constructor of class
      */
     public TlsDetector() {
-        LOGGER.info("Creating TLS Detector");
+        LOGGER.debug("Creating TLS Detector");
         detectSsl = true;
     }