chiark / gitweb /
automount: use unit_pending_inactive() where appropriate
[elogind.git] / src / socket.c
index 4443dba0c991b46a51cbd9140d26119127d0ac5c..e386c7f2971c7cbe9cd0c4749bc9ee80a05c506b 100644 (file)
@@ -1189,6 +1189,8 @@ static void socket_enter_running(Socket *s, int cfd) {
         /* We don't take connections anymore if we are supposed to
          * shut down anyway */
         if (unit_pending_inactive(UNIT(s))) {
+                log_debug("Suppressing connection request on %s since unit stop is scheduled.", s->meta.id);
+
                 if (cfd >= 0)
                         close_nointr_nofail(cfd);
                 else  {