diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-04-26 21:49:06 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-27 10:38:58 +1000 |
commit | 5b81962ed1c5b0c92e735ae12b853a63a9513a3a (patch) | |
tree | 3b07e8ff7bd6fa8b9189fa3e08ae150c763ba30a | |
parent | 8aa30f958073203588a4faa75b963bad83a0db41 (diff) | |
download | samba-5b81962ed1c5b0c92e735ae12b853a63a9513a3a.tar.gz samba-5b81962ed1c5b0c92e735ae12b853a63a9513a3a.tar.bz2 samba-5b81962ed1c5b0c92e735ae12b853a63a9513a3a.zip |
s4-repl: these messages are common, and don't deserve debug level 1
getting older attributes is quite common
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/repl_meta_data.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c index 9dcf24a6cb..1814b70f2c 100644 --- a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c +++ b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c @@ -2875,7 +2875,7 @@ static int replmd_replicated_apply_merge(struct replmd_replicated_request *ar) } if (rmd->ctr.ctr1.array[i].attid != DRSUAPI_ATTRIBUTE_instanceType) { - DEBUG(1,("Discarding older DRS attribute update to %s on %s from %s\n", + DEBUG(3,("Discarding older DRS attribute update to %s on %s from %s\n", msg->elements[i-removed_attrs].name, ldb_dn_get_linearized(msg->dn), GUID_string(ar, &rmd->ctr.ctr1.array[i].originating_invocation_id))); @@ -3743,7 +3743,7 @@ linked_attributes[0]: la->meta_data.version, change_time, la->meta_data.originating_change_time)) { - DEBUG(1,("Discarding older DRS linked attribute update to %s on %s from %s\n", + DEBUG(3,("Discarding older DRS linked attribute update to %s on %s from %s\n", old_el->name, ldb_dn_get_linearized(msg->dn), GUID_string(tmp_ctx, &la->meta_data.originating_invocation_id))); talloc_free(tmp_ctx); |