From fc987cf289e620358db945b8372aba16cdc0ea8a Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 20 Mar 2014 09:20:04 +0100 Subject: autorid: initialize: fix typo in and further improve a debug message. Signed-off-by: Michael Adam Reviewed-by: Jeremy Allison --- source3/winbindd/idmap_autorid.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/winbindd/idmap_autorid.c b/source3/winbindd/idmap_autorid.c index ec12278388..5b4b7ef1e6 100644 --- a/source3/winbindd/idmap_autorid.c +++ b/source3/winbindd/idmap_autorid.c @@ -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; } -- cgit