From: Andreas Schneider Date: Mon, 21 Feb 2022 13:34:06 +0000 (+0100) Subject: s3:utils: Fix missing space in testparm output X-Git-Tag: tevent-0.12.0~676 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7009fb1a10c579262dfa62894ea674197fcee354;p=thirdparty%2Fsamba.git s3:utils: Fix missing space in testparm output Signed-off-by: Andreas Schneider Reviewed-by: Alexander Bokovoy Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Mon Feb 21 15:03:24 UTC 2022 on sn-devel-184 --- diff --git a/source3/utils/testparm.c b/source3/utils/testparm.c index 58ba46bc15f..71bc4c2694e 100644 --- a/source3/utils/testparm.c +++ b/source3/utils/testparm.c @@ -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; } -