aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2019-12-31 02:50:25 +0100
committerKim Alvefur <zash@zash.se>2019-12-31 02:50:25 +0100
commit941b35fe8a1f2b85bfc7928c743f02bdb55a151b (patch)
tree54ec6f717253e5c136e47913045a7c5d293d3539
parentprosodyctl check: Warn about conflict between mod_pep and mod_pep_simple (diff)
downloadprosody-941b35fe8a1f2b85bfc7928c743f02bdb55a151b.tar.xz
prosody-941b35fe8a1f2b85bfc7928c743f02bdb55a151b.zip
prosodyctl: Print a blank line to improve spacing and readability
-rwxr-xr-xprosodyctl1
1 files changed, 1 insertions, 0 deletions
diff --git a/prosodyctl b/prosodyctl
index 3242218df..982b102ee 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -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