.removed DLOGs

git-svn-id: svn://ultimatepp.org/upp/trunk@11331 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-09-18 15:44:05 +00:00
parent a5f5ce8df0
commit ab5a466426

View file

@ -4,7 +4,7 @@ namespace Upp {
static bool sTrace;
#define LLOG(x) if(sTrace) DLOG((client ? "WS CLIENT " : "WS SERVER ") << x)
#define LLOG(x) if(sTrace) RLOG((client ? "WS CLIENT " : "WS SERVER ") << x)
void WebSocket::Trace(bool b)
{