prosodyctl: Print a blank line to improve spacing and readability

This commit is contained in:
Kim Alvefur 2019-12-31 02:50:25 +01:00
parent 964d68a2e6
commit 1ee37abc70

View file

@ -934,6 +934,7 @@ function commands.check(arg)
end
end
if all_modules:contains("vcard") and all_modules:contains("vcard_legacy") then
print("");
print(" Both mod_vcard_legacy and mod_vcard are enabled but they conflict");
print(" with each other. Remove one.");
end