summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-11-07 20:10:29 +0100
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-11-07 21:30:16 +0100
commit225f1021060cc2a4cede905e84aa41304f273bee (patch)
treef3ed0c425bb24ca41f9277f1d6049702739a4cad /source4
parent2c76be76d5edad69c2daf5999266dddcbc2d1270 (diff)
downloadsamba-225f1021060cc2a4cede905e84aa41304f273bee.tar.gz
samba-225f1021060cc2a4cede905e84aa41304f273bee.tar.bz2
samba-225f1021060cc2a4cede905e84aa41304f273bee.zip
s4:objectguid LDB module - fix typo in output message
Diffstat (limited to 'source4')
-rw-r--r--source4/dsdb/samdb/ldb_modules/objectguid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/objectguid.c b/source4/dsdb/samdb/ldb_modules/objectguid.c
index 497ef1863b..623185fadb 100644
--- a/source4/dsdb/samdb/ldb_modules/objectguid.c
+++ b/source4/dsdb/samdb/ldb_modules/objectguid.c
@@ -216,7 +216,7 @@ static int objectguid_modify(struct ldb_module *module, struct ldb_request *req)
ldb = ldb_module_get_ctx(module);
- ldb_debug(ldb, LDB_DEBUG_TRACE, "objectguid_add_record\n");
+ ldb_debug(ldb, LDB_DEBUG_TRACE, "objectguid_modify_record\n");
/* do not manipulate our control entries */
if (ldb_dn_is_special(req->op.add.message->dn)) {