diff --git a/ixwebsocket/IXSocketTLSOptions.cpp b/ixwebsocket/IXSocketTLSOptions.cpp index 08d43705..2ea22b2a 100644 --- a/ixwebsocket/IXSocketTLSOptions.cpp +++ b/ixwebsocket/IXSocketTLSOptions.cpp @@ -81,6 +81,7 @@ namespace ix ss << " keyFile = " << keyFile << std::endl; ss << " caFile = " << caFile << std::endl; ss << " ciphers = " << ciphers << std::endl; + ss << " ciphers = " << ciphers << std::endl; return ss.str(); } } // namespace ix