diff --git a/src/Features/Tas/TasProtocol.cpp b/src/Features/Tas/TasProtocol.cpp index 97a3b879e..4f56f64ac 100644 --- a/src/Features/Tas/TasProtocol.cpp +++ b/src/Features/Tas/TasProtocol.cpp @@ -320,7 +320,7 @@ static int processCommand(ConnectionData &cl) { if (!popString(cl.cmdbuf, message)) break; - THREAD_PRINT("[TAS Protocol] %s\n", message); + THREAD_PRINT("[TAS Protocol] %s\n", message.c_str()); return 0; }