From dd902164d270be60ccafb296105f4c1d5edd87df Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Mon, 8 Aug 2011 14:41:54 +0400 Subject: [PATCH] s4-dsdb: avoid printing a pointless debug line --- source4/dsdb/samdb/ldb_modules/repl_meta_data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c index 706ca33e700..54741e6f9dd 100644 --- a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c +++ b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c @@ -4188,7 +4188,7 @@ static int replmd_replicated_uptodate_modify(struct replmd_replicated_request *a */ nrf_el->flags = LDB_FLAG_MOD_REPLACE; - if (DEBUGLVL(4)) { + if (CHECK_DEBUGLVL(4)) { char *s = ldb_ldif_message_string(ldb, ar, LDB_CHANGETYPE_MODIFY, msg); DEBUG(4, ("DRS replication uptodate modify message:\n%s\n", s)); talloc_free(s); -- 2.11.4.GIT