From: Andre Noll Date: Fri, 16 Apr 2010 11:46:18 +0000 (+0200) Subject: Remove a noisy debug log message. X-Git-Tag: v0.1.4~7 X-Git-Url: http://git.tuebingen.mpg.de/dss.git/log?p=dss.git;a=commitdiff_plain;h=8648fb1996eb395a837753f5b3264c70b668381c Remove a noisy debug log message. This message was not very useful at all and spammed the log quite a bit. --- 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;