projects
/
dss.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9a6fb9
)
Remove a noisy debug log message.
author
Andre Noll
<maan@systemlinux.org>
Fri, 16 Apr 2010 11:46:18 +0000
(13:46 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Fri, 16 Apr 2010 11:46:18 +0000
(13:46 +0200)
This message was not very useful at all and spammed the log quite a bit.
dss.c
patch
|
blob
|
history
diff --git
a/dss.c
b/dss.c
index c45f4506ec210643d96b67cfc9d63967afa8593d..c02658b781270037d2beaf1f31d8f43aebc9b8e1 100644
(file)
--- 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;