aboutsummaryrefslogtreecommitdiffstats
path: root/util/prosodyctl/check.lua
diff options
context:
space:
mode:
Diffstat (limited to 'util/prosodyctl/check.lua')
-rw-r--r--util/prosodyctl/check.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/util/prosodyctl/check.lua b/util/prosodyctl/check.lua
index 903bada0..c09acc55 100644
--- a/util/prosodyctl/check.lua
+++ b/util/prosodyctl/check.lua
@@ -1250,8 +1250,9 @@ local function check(arg)
local result = check_turn_service(turn_service, opts.ping);
if #result.warnings > 0 then
- print(("%d warnings:\n\n "):format(#result.warnings));
- print(table.concat(result.warnings, "\n "));
+ print(("%d warnings:\n"):format(#result.warnings));
+ print(" "..table.concat(result.warnings, "\n "));
+ print("");
end
if opts.verbose then