s4-repl: lower debug level of a common message
authorAndrew Tridgell <tridge@samba.org>
Sat, 19 Dec 2009 12:32:48 +0000 (23:32 +1100)
committerAndrew Tridgell <tridge@samba.org>
Mon, 21 Dec 2009 12:41:07 +0000 (23:41 +1100)
source4/dsdb/repl/drepl_notify.c

index e8652dcaf1377327c1dd4ab353ec3f9c3c92154f..fe3b2d2497a4857034b982793c94047e0278d527 100644 (file)
@@ -404,7 +404,7 @@ WERROR dreplsrv_notify_schedule(struct dreplsrv_service *service, uint32_t next_
        W_ERROR_HAVE_NO_MEMORY(new_te);
 
        tmp_mem = talloc_new(service);
-       DEBUG(2,("dreplsrv_notify_schedule(%u) %sscheduled for: %s\n",
+       DEBUG(4,("dreplsrv_notify_schedule(%u) %sscheduled for: %s\n",
                next_interval,
                (service->notify.te?"re":""),
                nt_time_string(tmp_mem, timeval_to_nttime(&next_time))));