From b6920372c23fe79a61855c65511c4807b96a7f2e Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 29 Sep 2016 16:47:19 +0200 Subject: ipc: log when listening to IPC socket Fixes #3598. --- input/ipc-unix.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'input/ipc-unix.c') 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] = { -- cgit v1.2.3