]> git.sesse.net Git - casparcg/blobdiff - protocol/amcp/AMCPCommandQueue.cpp
2.0.0.2: amcp: Enabled PARAM command.
[casparcg] / protocol / amcp / AMCPCommandQueue.cpp
index 2b25b38a71d6db09e2c96fd9b7f20a73051dd1ec..d5017cfc4e5e9d1a35e02322bf01e1333eafd71e 100644 (file)
@@ -100,12 +100,12 @@ void AMCPCommandQueue::Run(HANDLE stopEvent)
                                if(pCurrentCommand->Execute()) \r
                                        CASPAR_LOG(info) << "Executed command: " << pCurrentCommand->print();\r
                                else \r
-                                       CASPAR_LOG(info) << "Failed to executed command: " << pCurrentCommand->print();\r
+                                       CASPAR_LOG(info) << "Failed to execute command: " << pCurrentCommand->print();\r
                        }\r
                        catch(...)\r
                        {\r
                                CASPAR_LOG_CURRENT_EXCEPTION();\r
-                               CASPAR_LOG(info) << "Failed to executed command:" << pCurrentCommand->print();\r
+                               CASPAR_LOG(info) << "Failed to execute command:" << pCurrentCommand->print();\r
                        }\r
                                \r
                        pCurrentCommand->SendReply();\r