diff options
author | Matthieu Patou <mat@matws.net> | 2011-08-08 14:41:54 +0400 |
---|---|---|
committer | Matthieu Patou <mat@matws.net> | 2011-08-10 01:44:44 +0400 |
commit | dd902164d270be60ccafb296105f4c1d5edd87df (patch) | |
tree | 8226d99f00fc2d3a14452e6b6432c2b602ba65ba | |
parent | 87e7802722e62b5df1d8f63d49f4a54eaf3f61cd (diff) | |
download | samba-dd902164d270be60ccafb296105f4c1d5edd87df.tar.gz samba-dd902164d270be60ccafb296105f4c1d5edd87df.tar.bz2 samba-dd902164d270be60ccafb296105f4c1d5edd87df.zip |
s4-dsdb: avoid printing a pointless debug line
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/repl_meta_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c index 706ca33e70..54741e6f9d 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); |