]> git.sesse.net Git - casparcg/blobdiff - protocol/amcp/AMCPProtocolStrategy.cpp
Merged from trunk
[casparcg] / protocol / amcp / AMCPProtocolStrategy.cpp
index caf440e29aa79a40c2c624c65776555f8ea39629..c4d02f7c44a71d992d2cce243642c258691f9fde 100644 (file)
@@ -112,7 +112,7 @@ void AMCPProtocolStrategy::Parse(const TCHAR* pData, int charCount, ClientInfoPt
 \r
 void AMCPProtocolStrategy::ProcessMessage(const std::wstring& message, ClientInfoPtr& pClientInfo)\r
 {      \r
-       CASPAR_LOG(info) << L"Received message from " << pClientInfo->print() << ": " << message + L"\\r\\n";\r
+       CASPAR_LOG(info) << L"Received message from " << pClientInfo->print() << ": " << message << L"\\r\\n";\r
        \r
        bool bError = true;\r
        MessageParserState state = New;\r