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