From: Matthieu Patou Date: Sat, 26 Jan 2013 09:53:41 +0000 (-0800) Subject: replmetadata: raise msg level for conflict resolution so that we don't polute logs X-Git-Tag: tevent-0.9.18~275 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7222ee0a245d340b526b8220d53c9ffd8c0c4dfa;p=thirdparty%2Fsamba.git replmetadata: raise msg level for conflict resolution so that we don't polute logs Reviewed-by: Andrew Bartlett --- diff --git a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c index 30b2a42d130..651cdf1c046 100644 --- a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c +++ b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c @@ -3544,7 +3544,7 @@ static int replmd_op_possible_conflict_callback(struct ldb_request *req, struct goto failed; } - DEBUG(1,(__location__ ": Resolving conflict record via incoming rename '%s' -> '%s'\n", + DEBUG(2,(__location__ ": Resolving conflict record via incoming rename '%s' -> '%s'\n", ldb_dn_get_linearized(conflict_dn), ldb_dn_get_linearized(new_dn))); /* re-submit the request, but with a different @@ -3579,7 +3579,7 @@ static int replmd_op_possible_conflict_callback(struct ldb_request *req, struct goto failed; } - DEBUG(1,(__location__ ": Resolving conflict record via existing rename '%s' -> '%s'\n", + DEBUG(2,(__location__ ": Resolving conflict record via existing rename '%s' -> '%s'\n", ldb_dn_get_linearized(conflict_dn), ldb_dn_get_linearized(new_dn))); ret = dsdb_module_rename(ar->module, conflict_dn, new_dn,