diff --git a/uppsrc/Core/WebSocket.cpp b/uppsrc/Core/WebSocket.cpp index 383895c48..075d419d6 100644 --- a/uppsrc/Core/WebSocket.cpp +++ b/uppsrc/Core/WebSocket.cpp @@ -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) {