From 2f7d06db1c32e3ba1adaf54ec7e61964e8d4fe3c Mon Sep 17 00:00:00 2001 From: prozacx Date: Sun, 3 Apr 2005 05:47:50 +0000 Subject: [PATCH] cout not cerr git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@75 726aef4b-f618-498e-8847-2d620e286838 --- DCCBounce.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DCCBounce.cpp b/DCCBounce.cpp index 96eb7702..bd7b9f72 100644 --- a/DCCBounce.cpp +++ b/DCCBounce.cpp @@ -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(); }