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(); }