Remove message which should be removed before release

This commit is contained in:
Alexey Sokolov
2015-01-18 00:00:15 +00:00
parent 01b76d76a8
commit 38353a67d7

View File

@@ -1152,8 +1152,6 @@ void CIRCSock::SockError(int iErrno, const CString& sDescription) {
CString sSHA256 = GetSSLPeerFingerprint();
m_pNetwork->PutStatus("SHA-256: " + sSHA256);
m_pNetwork->PutStatus("If you trust this certificate, do /znc AddTrustedServerFingerprint " + sSHA256);
m_pNetwork->PutStatus("Notice for early ZNC git/nightly adopters: if you previously added a fingerprint with lots of :ff: in it, please remove it. It was a bug, sorry. (This message will be removed before release)");
}
}
#endif