diff options
author | Michael Adam <obnox@samba.org> | 2011-10-06 19:22:51 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-10-11 14:17:58 +0200 |
commit | f8cad3a7683c7d026a1a038688c3b7b649db48fc (patch) | |
tree | 85e6c2ee66cd2735d03fa49e2d908678d4d3460c | |
parent | b4e528ab54bbca8968cf8f601dd65e3b80cad9a2 (diff) | |
download | samba-f8cad3a7683c7d026a1a038688c3b7b649db48fc.tar.gz samba-f8cad3a7683c7d026a1a038688c3b7b649db48fc.tar.bz2 samba-f8cad3a7683c7d026a1a038688c3b7b649db48fc.zip |
s3:idmap_autorid: make a debug message more precise
-rw-r--r-- | source3/winbindd/idmap_autorid.c | 2 |
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; } |