summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/ipc-client.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/ipc-client.c b/common/ipc-client.c
index b6c03d13..4750a289 100644
--- a/common/ipc-client.c
+++ b/common/ipc-client.c
@@ -74,8 +74,6 @@ bool ipc_set_recv_timeout(int socketfd, struct timeval tv) {
74 sway_log_errno(SWAY_ERROR, "Failed to set ipc recv timeout"); 74 sway_log_errno(SWAY_ERROR, "Failed to set ipc recv timeout");
75 return false; 75 return false;
76 } 76 }
77 sway_log(SWAY_DEBUG, "ipc recv timeout set to %ld.%06ld",
78 tv.tv_sec, tv.tv_usec);
79 return true; 77 return true;
80} 78}
81 79