Put a debug print into DEBUG_ONLY()

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@68 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2005-04-03 05:36:52 +00:00
parent c207ea5079
commit a7ae4ad375
+1 -1
View File
@@ -750,7 +750,7 @@ void CIRCSock::Connected() {
void CIRCSock::Disconnected() {
#ifdef _MODULES
cerr << "OnIRCDisconnected()" << endl;
DEBUG_ONLY(cout << "OnIRCDisconnected()" << endl);
m_pUser->GetModules().OnIRCDisconnected();
#endif