X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Ffdset.c;h=e67fe6fabfb7fb1bae0b5b56ebadcc4ddda13372;hb=878587bddd2e9d7ad7890711660164024deaf150;hp=9bf378884959997368cfa9232b2cea4a450a65f9;hpb=b23de6af893c11da4286bc416455cd0926d1532e;p=elogind.git diff --git a/src/fdset.c b/src/fdset.c index 9bf378884..e67fe6fab 100644 --- a/src/fdset.c +++ b/src/fdset.c @@ -49,6 +49,12 @@ void fdset_free(FDSet *s) { * here, so that the EBADFD that valgrind will return * us on close() doesn't influence us */ + /* When reloading duplicates of the private bus + * connection fds and suchlike are closed here, which + * has no effect at all, since they are only + * duplicates. So don't be surprised about these log + * messages. */ + log_debug("Closing left-over fd %i", PTR_TO_FD(p)); close_nointr(PTR_TO_FD(p)); }