s4-drs: change debug level
authorAndrew Tridgell <tridge@samba.org>
Sat, 12 Sep 2009 05:23:30 +0000 (15:23 +1000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 12 Sep 2009 05:23:30 +0000 (15:23 +1000)
It's useful seeing the object count without as much detail

source4/rpc_server/drsuapi/getncchanges.c

index 4dce07e24a6c9a622fa6e533bdf85d4f688ee5e6..6f7637a970512e51a70ac030abd9505d67f0f8e6 100644 (file)
@@ -391,7 +391,7 @@ WERROR dcesrv_drsuapi_DsGetNCChanges(struct dcesrv_call_state *dce_call, TALLOC_
        }
 
 
-       DEBUG(4,("DsGetNCChanges with uSNChanged >= %llu on %s gave %u objects\n", 
+       DEBUG(3,("DsGetNCChanges with uSNChanged >= %llu on %s gave %u objects\n", 
                 (unsigned long long)(r->in.req->req8.highwatermark.highest_usn+1),
                 ncRoot->dn, r->out.ctr->ctr6.object_count));