X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=protocol%2Famcp%2FAMCPProtocolStrategy.cpp;h=03b32196f6fea8bf36ff887e37d9f0d6c16c9146;hb=e5770670a865f6a4f85245c7f895acb03f295e26;hp=fdd685875b85f6ac0df9eb63a105ad0220c5a8de;hpb=cd21d5c0a69a732eccd1c4620b9ccd0555f057c3;p=casparcg diff --git a/protocol/amcp/AMCPProtocolStrategy.cpp b/protocol/amcp/AMCPProtocolStrategy.cpp index fdd685875..03b32196f 100644 --- a/protocol/amcp/AMCPProtocolStrategy.cpp +++ b/protocol/amcp/AMCPProtocolStrategy.cpp @@ -168,7 +168,7 @@ AMCPCommandPtr AMCPProtocolStrategy::InterpretCommandString(const std::wstring& AMCPCommandPtr pCommand; MessageParserState state = New; - CASPAR_LOG(trace) << message; + CASPAR_LOG(info) << message; std::size_t tokensInMessage = TokenizeMessage(message, &tokens);