1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

autorid: initialize: fix typo in and further improve a debug message.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Michael Adam 2014-03-20 09:20:04 +01:00 committed by Jeremy Allison
parent e9796edaa8
commit fc987cf289

View File

@ -621,8 +621,8 @@ static NTSTATUS idmap_autorid_initialize(struct idmap_domain *dom)
config->rangesize;
if (config->maxranges == 0) {
DEBUG(1, ("allowed uid range is smaller then rangesize, "
"increase uid range or decrease rangesize\n"));
DEBUG(1, ("Allowed uid range is smaller than rangesize. "
"Increase uid range or decrease rangesize.\n"));
status = NT_STATUS_INVALID_PARAMETER;
goto error;
}