summaryrefslogtreecommitdiff
path: root/source4/dsdb
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2011-08-08 14:41:54 +0400
committerMatthieu Patou <mat@matws.net>2011-08-10 01:44:44 +0400
commitdd902164d270be60ccafb296105f4c1d5edd87df (patch)
tree8226d99f00fc2d3a14452e6b6432c2b602ba65ba /source4/dsdb
parent87e7802722e62b5df1d8f63d49f4a54eaf3f61cd (diff)
downloadsamba-dd902164d270be60ccafb296105f4c1d5edd87df.tar.gz
samba-dd902164d270be60ccafb296105f4c1d5edd87df.tar.bz2
samba-dd902164d270be60ccafb296105f4c1d5edd87df.zip
s4-dsdb: avoid printing a pointless debug line
Diffstat (limited to 'source4/dsdb')
-rw-r--r--source4/dsdb/samdb/ldb_modules/repl_meta_data.c2
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);