mirror of
https://github.com/znc/znc.git
synced 2026-07-30 21:43:49 +02:00
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:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user