summaryrefslogtreecommitdiff
path: root/src/fdset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fdset.c')
-rw-r--r--src/fdset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fdset.c b/src/fdset.c
index b482f0b244..29e75a0346 100644
--- a/src/fdset.c
+++ b/src/fdset.c
@@ -49,7 +49,7 @@ void fdset_free(FDSet *s) {
* here, so that the EBADFD that valgrind will return
* us on close() doesn't influence us */
- log_warning("Closing left-over fd %i", PTR_TO_FD(p));
+ /* log_warning("Closing left-over fd %i", PTR_TO_FD(p)); */
close_nointr(PTR_TO_FD(p));
}