summaryrefslogtreecommitdiff
path: root/src/net/ipc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ipc.cpp')
-rw-r--r--src/net/ipc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/ipc.cpp b/src/net/ipc.cpp
index 375e58ead..0137fa226 100644
--- a/src/net/ipc.cpp
+++ b/src/net/ipc.cpp
@@ -117,6 +117,7 @@ int IPC::acceptLoop(void *ptr)
std::string req(data);
trim(req);
+ logger->log_r("IPC command: %s", req.c_str());
ipc1->mThreadLocked = true;
SDL_mutexP(ipc1->mMutex);