------------------------------------------------------------ revno: 3199 committer: poy <p...@123gen.com> branch nick: trunk timestamp: Wed 2013-01-30 16:00:41 +0100 message: soften a TLS error message modified: dcpp/SSLSocket.cpp
-- lp:dcplusplus https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk Your team Dcplusplus-team is subscribed to branch lp:dcplusplus. To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'dcpp/SSLSocket.cpp' --- dcpp/SSLSocket.cpp 2013-01-24 20:18:18 +0000 +++ dcpp/SSLSocket.cpp 2013-01-30 15:00:41 +0000 @@ -162,7 +162,7 @@ if(sys_err == 0) { if(ret == 0) { dcdebug("TLS error: call ret = %d, SSL_get_error = %d, ERR_get_error = %d\n", ret, err, sys_err); - throw SSLSocketException(_("TLS error")); + throw SSLSocketException(_("Connection closed")); } sys_err = getLastError(); }
_______________________________________________ Mailing list: https://launchpad.net/~linuxdcpp-team Post to : linuxdcpp-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~linuxdcpp-team More help : https://help.launchpad.net/ListHelp