diff options
author | Andrew Tridgell <tridge@samba.org> | 2008-08-08 21:00:42 +1000 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-08-13 11:54:12 +0200 |
commit | 4b2399d5c065f17e6885f8c53cfd8310d03235ed (patch) | |
tree | 101b47f9c6e4c7c5d1690603bd6e38693c75d332 /source3 | |
parent | 2f09edb492834e149fd8d70a0965edab481c80db (diff) | |
download | samba-4b2399d5c065f17e6885f8c53cfd8310d03235ed.tar.gz samba-4b2399d5c065f17e6885f8c53cfd8310d03235ed.tar.bz2 samba-4b2399d5c065f17e6885f8c53cfd8310d03235ed.zip |
log unclean shutdowns
(This used to be commit 30b83245a22ebd5e4fa4739dd2aa1805373a7eb2)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/server.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/server.c b/source3/smbd/server.c index d083fec494..df6b6ae41d 100644 --- a/source3/smbd/server.c +++ b/source3/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(), |