diff options
Diffstat (limited to 'src/fdset.c')
-rw-r--r-- | src/fdset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fdset.c b/src/fdset.c index 29e75a0346..9bf3788849 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_debug("Closing left-over fd %i", PTR_TO_FD(p)); close_nointr(PTR_TO_FD(p)); } |