summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-11-21 16:12:22 +0100
committerMichael Adam <obnox@samba.org>2012-11-30 17:17:19 +0100
commitac9bd1e63a8adfb96eb5c9f996e60c2d99aba5e1 (patch)
treed0bd640283b8a55884ad0caf277d961a6001feb7 /source4
parent8f3f38ece4981d0047024019c6fc8dfde3fffed0 (diff)
downloadsamba-ac9bd1e63a8adfb96eb5c9f996e60c2d99aba5e1.tar.gz
samba-ac9bd1e63a8adfb96eb5c9f996e60c2d99aba5e1.tar.bz2
samba-ac9bd1e63a8adfb96eb5c9f996e60c2d99aba5e1.zip
s4:dsdb/schema_data: fix debug message in schema_data_modify()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source4')
-rw-r--r--source4/dsdb/samdb/ldb_modules/schema_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/schema_data.c b/source4/dsdb/samdb/ldb_modules/schema_data.c
index 3e0bb9c9c4..223d698302 100644
--- a/source4/dsdb/samdb/ldb_modules/schema_data.c
+++ b/source4/dsdb/samdb/ldb_modules/schema_data.c
@@ -325,7 +325,7 @@ static int schema_data_modify(struct ldb_module *module, struct ldb_request *req
if (!schema->fsmo.update_allowed && !rodc) {
ldb_debug_set(ldb, LDB_DEBUG_ERROR,
- "schema_data_add: updates are not allowed: reject request\n");
+ "schema_data_modify: updates are not allowed: reject request\n");
return LDB_ERR_UNWILLING_TO_PERFORM;
}