mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-01 15:52:41 -06:00
.removed DLOGs
git-svn-id: svn://ultimatepp.org/upp/trunk@11331 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
a5f5ce8df0
commit
ab5a466426
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue