s3:idmap_autorid: make a debug message more precise
authorMichael Adam <obnox@samba.org>
Thu, 6 Oct 2011 17:22:51 +0000 (19:22 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 11 Oct 2011 12:17:58 +0000 (14:17 +0200)
source3/winbindd/idmap_autorid.c

index d3e676b42f6420b946aaa4fd4dee326479aeb631..68115f4c3ef0eac6ca94c80491ad4bb200600538 100644 (file)
@@ -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;
                }