From: Andrew Bartlett Date: Tue, 24 Oct 2017 03:02:35 +0000 (+1300) Subject: gpoupdate: Do not DEBUG(0) every scan interval X-Git-Tag: talloc-2.1.11~460 X-Git-Url: http://git.samba.org/?p=samba.git;a=commitdiff_plain;h=2e432ef21e987aac9e1d7e58392aeab33f3ebe73 gpoupdate: Do not DEBUG(0) every scan interval Signed-off-by: Andrew Bartlett Reviewed-by: Garming Sam --- diff --git a/source4/dsdb/gpo/gpo_update.c b/source4/dsdb/gpo/gpo_update.c index 6f234b42898..ef0f3ff218c 100644 --- a/source4/dsdb/gpo/gpo_update.c +++ b/source4/dsdb/gpo/gpo_update.c @@ -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),