From 30b83245a22ebd5e4fa4739dd2aa1805373a7eb2 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 8 Aug 2008 21:00:42 +1000 Subject: [PATCH] log unclean shutdowns --- source/smbd/server.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/smbd/server.c b/source/smbd/server.c index d083fec494d..df6b6ae41db 100644 --- a/source/smbd/server.c +++ b/source/smbd/server.c @@ -296,6 +296,7 @@ static void remove_child_pid(pid_t pid, bool unclean_shutdown) /* a child terminated uncleanly so tickle all processes to see if they can grab any of the pending locks */ + DEBUG(0,(__location__ " Unclean shutdown of pid %u\n", pid)); messaging_send_buf(smbd_messaging_context(), procid_self(), MSG_SMB_BRL_VALIDATE, NULL, 0); message_send_all(smbd_messaging_context(), -- 2.11.4.GIT