diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-11-07 20:10:29 +0100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-11-07 21:30:16 +0100 |
commit | 225f1021060cc2a4cede905e84aa41304f273bee (patch) | |
tree | f3ed0c425bb24ca41f9277f1d6049702739a4cad | |
parent | 2c76be76d5edad69c2daf5999266dddcbc2d1270 (diff) | |
download | samba-225f1021060cc2a4cede905e84aa41304f273bee.tar.gz samba-225f1021060cc2a4cede905e84aa41304f273bee.tar.bz2 samba-225f1021060cc2a4cede905e84aa41304f273bee.zip |
s4:objectguid LDB module - fix typo in output message
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/objectguid.c | 2 |
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)) { |