diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-12-19 23:32:48 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-12-21 23:41:07 +1100 |
commit | 2a4a159a8443ebaae53f5902a0f5c1f8536a6edd (patch) | |
tree | b82c9951e74e21ca66f9bb31f3d3bf053086f825 | |
parent | 47560bfda9932efa6b225a223aba662a4d72e637 (diff) | |
download | samba-2a4a159a8443ebaae53f5902a0f5c1f8536a6edd.tar.gz samba-2a4a159a8443ebaae53f5902a0f5c1f8536a6edd.tar.bz2 samba-2a4a159a8443ebaae53f5902a0f5c1f8536a6edd.zip |
s4-repl: lower debug level of a common message
-rw-r--r-- | source4/dsdb/repl/drepl_notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/repl/drepl_notify.c b/source4/dsdb/repl/drepl_notify.c index e8652dcaf1..fe3b2d2497 100644 --- a/source4/dsdb/repl/drepl_notify.c +++ b/source4/dsdb/repl/drepl_notify.c @@ -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)))); |