summaryrefslogtreecommitdiffstats
path: root/input/ipc-unix.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-29 16:47:19 +0200
committerwm4 <wm4@nowhere>2016-09-29 16:47:19 +0200
commitb6920372c23fe79a61855c65511c4807b96a7f2e (patch)
tree4bf0f93ca5a7a6fb3249cb901e4229ad5f10207d /input/ipc-unix.c
parent86ab4b8a9fbcbb337add2bf06985c5de2aea7a90 (diff)
downloadmpv-b6920372c23fe79a61855c65511c4807b96a7f2e.tar.bz2
mpv-b6920372c23fe79a61855c65511c4807b96a7f2e.tar.xz
ipc: log when listening to IPC socket
Fixes #3598.
Diffstat (limited to 'input/ipc-unix.c')
-rw-r--r--input/ipc-unix.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/input/ipc-unix.c b/input/ipc-unix.c
index b0400496ff..e4b98edfc9 100644
--- a/input/ipc-unix.c
+++ b/input/ipc-unix.c
@@ -339,6 +339,8 @@ static void *ipc_thread(void *p)
goto done;
}
+ MP_VERBOSE(arg, "Listening to IPC socket.\n");
+
int client_num = 0;
struct pollfd fds[2] = {