gpoupdate: Do not DEBUG(0) every scan interval
authorAndrew Bartlett <abartlet@samba.org>
Tue, 24 Oct 2017 03:02:35 +0000 (16:02 +1300)
committerGarming Sam <garming@samba.org>
Mon, 20 Nov 2017 20:41:14 +0000 (21:41 +0100)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
source4/dsdb/gpo/gpo_update.c

index 6f234b428984e1bd2bd4b8bf03a3302371c7d729..ef0f3ff218c5c90cc97ee062f2aca5c284070249 100644 (file)
@@ -95,9 +95,6 @@ static void gpoupdate_sysvscan_handler_te(struct tevent_context *ev,
 static NTSTATUS gpoupdate_sysvscan_schedule(struct gpoupdate_service *service)
 {
        /* For the moment the interval is hard coded to 5 sec */
-       DEBUG(0,
-             ("calling %s interval = %d\n", __FUNCTION__,
-              service->sysvscan.interval));
        service->sysvscan.te =
            tevent_add_timer(service->task->event_ctx, service,
                             timeval_current_ofs(service->sysvscan.interval, 0),