]> git.sesse.net Git - casparcg/blobdiff - protocol/amcp/AMCPProtocolStrategy.cpp
Add call tracing at selected placed in the code to help debug deadlocks in OpenGL.
[casparcg] / protocol / amcp / AMCPProtocolStrategy.cpp
index c3597197705ef76365ac6955f32b966b6cfe8cc8..871f25c918d17d7d9133925f28d8e0d43c825028 100644 (file)
@@ -105,7 +105,7 @@ public:
        //Thesefore the AMCPProtocolStrategy should be decorated with a delimiter_based_chunking_strategy
        void Parse(const std::wstring& message, ClientInfoPtr client)
        {
-               CASPAR_LOG(info) << L"Received message from " << client->address() << ": " << message << L"\\r\\n";
+               CASPAR_LOG_COMMUNICATION(info) << L"Received message from " << client->address() << ": " << message << L"\\r\\n";
        
                command_interpreter_result result;
                if(interpret_command_string(message, result, client))