X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Ffdset.c;h=9bf378884959997368cfa9232b2cea4a450a65f9;hb=1bd8b8184ee3bc7fc023d6d6dfb2ca99fb6612f3;hp=29e75a03460550bf1d4e70866a451586ba86c8d7;hpb=addab137cd8d318e4f543ca56018ee23d51aaca9;p=elogind.git diff --git a/src/fdset.c b/src/fdset.c index 29e75a034..9bf378884 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)); }