From 57b8bc74c480b9957109aa9ba196ba2acfea393e Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sat, 22 Oct 2011 16:02:10 +0200 Subject: s4:repl_meta_data LDB module - remove pointless debug messages These are displayed when an object just doesn't exist! Reviewed-by: abartlet --- source4/dsdb/samdb/ldb_modules/repl_meta_data.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source4/dsdb') diff --git a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c index 46094f5f0d..d6609733e2 100644 --- a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c +++ b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c @@ -1244,8 +1244,6 @@ static int replmd_update_rpmd(struct ldb_module *module, DSDB_SEARCH_REVEAL_INTERNALS, req); if (ret != LDB_SUCCESS) { - DEBUG(0,(__location__ ": Object %s failed to find uSNChanged\n", - ldb_dn_get_linearized(msg->dn))); return ret; } @@ -1276,8 +1274,6 @@ static int replmd_update_rpmd(struct ldb_module *module, DSDB_SEARCH_SHOW_DN_IN_STORAGE_FORMAT | DSDB_SEARCH_REVEAL_INTERNALS, req); if (ret != LDB_SUCCESS) { - DEBUG(0,(__location__ ": Object %s failed to find replPropertyMetaData\n", - ldb_dn_get_linearized(msg->dn))); return ret; } -- cgit