]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:utils: Fix missing space in testparm output
authorAndreas Schneider <asn@samba.org>
Mon, 21 Feb 2022 13:34:06 +0000 (14:34 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Mon, 21 Feb 2022 15:03:24 +0000 (15:03 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Mon Feb 21 15:03:24 UTC 2022 on sn-devel-184

source3/utils/testparm.c

index 58ba46bc15fbfaea648a64388327a0fa0b513dfb..71bc4c2694e4a9c7d79a189bd1c6078472a61961 100644 (file)
@@ -195,7 +195,7 @@ static bool do_idmap_check(void)
                        if (maxranges < 2) {
                                fprintf(stderr,
                                        "ERROR: The idmap autorid range "
-                                       "[%u-%u] needs to be at least twice as"
+                                       "[%u-%u] needs to be at least twice as "
                                        "big as the rangesize [%u]!"
                                        "\n\n",
                                        c->low,
@@ -954,4 +954,3 @@ done:
        TALLOC_FREE(frame);
        return ret;
 }
-