autorid: initialize: fix typo in and further improve a debug message.
authorMichael Adam <obnox@samba.org>
Thu, 20 Mar 2014 08:20:04 +0000 (09:20 +0100)
committerJeremy Allison <jra@samba.org>
Wed, 2 Apr 2014 22:26:28 +0000 (00:26 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/winbindd/idmap_autorid.c

index ec12278388df2d9b9c9f0d22b7709fe8f69408e0..5b4b7ef1e6bc5f1336f42f51007c7ea3d83d4593 100644 (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;
        }