summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/repl_meta_data.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-10-20 08:02:40 +1100
committerAndrew Tridgell <tridge@samba.org>2011-10-20 00:57:05 +0200
commit3712006faacbc468d7df3d577c796508e533617c (patch)
tree5c0fe3e6f1378804d299179355ceb6ee64027c92 /source4/dsdb/samdb/ldb_modules/repl_meta_data.c
parentce45ae122ee7f5f10c003dd5832a43fa1d65804d (diff)
downloadsamba-3712006faacbc468d7df3d577c796508e533617c.tar.gz
samba-3712006faacbc468d7df3d577c796508e533617c.tar.bz2
samba-3712006faacbc468d7df3d577c796508e533617c.zip
dsdb: improve debug message
show the reply type in "Invalid reply type" messages Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Oct 20 00:57:05 CEST 2011 on sn-devel-104
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/repl_meta_data.c')
-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 2be0760d14..b3126c3e88 100644
--- a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c
+++ b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c
@@ -3983,7 +3983,7 @@ static int replmd_replicated_uptodate_modify_callback(struct ldb_request *req,
}
if (ares->type != LDB_REPLY_DONE) {
- ldb_set_errstring(ldb, "Invalid reply type\n!");
+ ldb_asprintf_errstring(ldb, "Invalid LDB reply type %d", ares->type);
return ldb_module_done(ar->req, NULL, NULL,
LDB_ERR_OPERATIONS_ERROR);
}