summaryrefslogtreecommitdiff
path: root/source3/smbd/smbd_cleanupd.c
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2016-09-16 12:48:39 +0200
committerRalph Boehme <slow@samba.org>2016-09-16 16:43:16 +0200
commit4f9d956fc46007251127b989b1685d03eccf47a9 (patch)
treeff0adb3295deb0d1828d299fe2cad43feb67d581 /source3/smbd/smbd_cleanupd.c
parentdef65c507bdc7e04ac40a60ab4b087dd0ebeff82 (diff)
downloadsamba-4f9d956fc46007251127b989b1685d03eccf47a9.tar.gz
s3/smbd: remove a misleading error message
It can happen that we get 0 cleanup events, so remove this error message. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Fri Sep 16 16:43:16 CEST 2016 on sn-devel-144
Diffstat (limited to 'source3/smbd/smbd_cleanupd.c')
-rw-r--r--source3/smbd/smbd_cleanupd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/smbd_cleanupd.c b/source3/smbd/smbd_cleanupd.c
index 0deb8b0c68f..152f63c31ce 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;
}