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; }