From 8648fb1996eb395a837753f5b3264c70b668381c Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 16 Apr 2010 13:46:18 +0200 Subject: [PATCH] Remove a noisy debug log message. This message was not very useful at all and spammed the log quite a bit. --- dss.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dss.c b/dss.c index c45f450..c02658b 100644 --- a/dss.c +++ b/dss.c @@ -1079,7 +1079,6 @@ static int select_loop(void) } FD_ZERO(&rfds); FD_SET(signal_pipe, &rfds); - DSS_DEBUG_LOG("tvp: %p, tv_sec : %lu\n", tvp, (long unsigned) tv.tv_sec); ret = dss_select(signal_pipe + 1, &rfds, NULL, tvp); if (ret < 0) goto out; -- 2.30.2