chiark / gitweb /
umount: umount, until all umounts failed
[elogind.git] / src / fdset.c
index b482f0b24424362e3546306499438ab1ee97e0e9..9bf378884959997368cfa9232b2cea4a450a65f9 100644 (file)
@@ -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));
         }