summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/repl_meta_data.c
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2011-10-22 16:02:10 +0200
committerMatthias Dieter Wallnöfer <mdw@samba.org>2011-10-27 18:52:29 +0200
commit57b8bc74c480b9957109aa9ba196ba2acfea393e (patch)
tree7957044cbea9141947624fc3cca17fcac3bf8526 /source4/dsdb/samdb/ldb_modules/repl_meta_data.c
parent45b4b8264abd80ed0fe39cbaec202ad8742a17a5 (diff)
downloadsamba-57b8bc74c480b9957109aa9ba196ba2acfea393e.tar.gz
samba-57b8bc74c480b9957109aa9ba196ba2acfea393e.tar.bz2
samba-57b8bc74c480b9957109aa9ba196ba2acfea393e.zip
s4:repl_meta_data LDB module - remove pointless debug messages
These are displayed when an object just doesn't exist! Reviewed-by: abartlet
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/repl_meta_data.c')
-rw-r--r--source4/dsdb/samdb/ldb_modules/repl_meta_data.c4
1 files changed, 0 insertions, 4 deletions
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;
}