mirror of
https://github.com/znc/znc.git
synced 2026-08-06 17:03:14 +02:00
cout not cerr
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@75 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ void CDCCBounce::Disconnected() {
|
||||
|
||||
void CDCCBounce::Shutdown() {
|
||||
m_pPeer = NULL;
|
||||
DEBUG_ONLY(cerr << GetSockName() << " == Close(); because my peer told me to" << endl);
|
||||
DEBUG_ONLY(cout << GetSockName() << " == Close(); because my peer told me to" << endl);
|
||||
Close();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user