From 89d187005fa635b34ebc7589fbb874d24c45b996 Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Fri, 16 Sep 2016 12:48:39 +0200 Subject: [PATCH] s3/smbd: remove a misleading error message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It can happen that we get 0 cleanup events, so remove this error message. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12396 Signed-off-by: Ralph Boehme Reviewed-by: Andreas Schneider Autobuild-User(master): Ralph Böhme Autobuild-Date(master): Fri Sep 16 16:43:16 CEST 2016 on sn-devel-144 --- source3/smbd/smbd_cleanupd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/smbd/smbd_cleanupd.c b/source3/smbd/smbd_cleanupd.c index 0deb8b0..152f63c 100644 --- a/source3/smbd/smbd_cleanupd.c +++ b/source3/smbd/smbd_cleanupd.c @@ -169,7 +169,6 @@ static void smbd_cleanupd_process_exited(struct messaging_context *msg, } if (ret == 0) { - DBG_ERR("got 0 cleanup events, expected at least 1\n"); TALLOC_FREE(frame); return; } -- 2.7.4