mirror of
https://github.com/znc/znc.git
synced 2026-07-06 18:01:21 +02:00
Stop mixing up ./configure --enable-debug with znc --debug
Close #1449 See #1446
This commit is contained in:
+1
-6
@@ -22,12 +22,7 @@
|
||||
#include <time.h>
|
||||
|
||||
bool CDebug::stdoutIsTTY = true;
|
||||
bool CDebug::debug =
|
||||
#ifdef _DEBUG
|
||||
true;
|
||||
#else
|
||||
false;
|
||||
#endif
|
||||
bool CDebug::debug = false;
|
||||
|
||||
CString CDebug::Filter(const CString& sUnfilteredLine) {
|
||||
CString sFilteredLine = sUnfilteredLine;
|
||||
|
||||
Reference in New Issue
Block a user