summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_autorid.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-10-06 19:22:51 +0200
committerMichael Adam <obnox@samba.org>2011-10-11 14:17:58 +0200
commitf8cad3a7683c7d026a1a038688c3b7b649db48fc (patch)
tree85e6c2ee66cd2735d03fa49e2d908678d4d3460c /source3/winbindd/idmap_autorid.c
parentb4e528ab54bbca8968cf8f601dd65e3b80cad9a2 (diff)
downloadsamba-f8cad3a7683c7d026a1a038688c3b7b649db48fc.tar.gz
samba-f8cad3a7683c7d026a1a038688c3b7b649db48fc.tar.bz2
samba-f8cad3a7683c7d026a1a038688c3b7b649db48fc.zip
s3:idmap_autorid: make a debug message more precise
Diffstat (limited to 'source3/winbindd/idmap_autorid.c')
-rw-r--r--source3/winbindd/idmap_autorid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/idmap_autorid.c b/source3/winbindd/idmap_autorid.c
index d3e676b42f..68115f4c3e 100644
--- a/source3/winbindd/idmap_autorid.c
+++ b/source3/winbindd/idmap_autorid.c
@@ -371,7 +371,7 @@ static NTSTATUS idmap_autorid_db_init(void)
status = dbwrap_trans_store_int32(autorid_db, ALLOC_HWM, 0);
if (!NT_STATUS_IS_OK(status)) {
DEBUG(0,
- ("Unable to initialise HWM in autorid "
+ ("Unable to initialise alloc HWM in autorid "
"database: %s\n", nt_errstr(status)));
return NT_STATUS_INTERNAL_DB_ERROR;
}