From 941b35fe8a1f2b85bfc7928c743f02bdb55a151b Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Tue, 31 Dec 2019 02:50:25 +0100 Subject: prosodyctl: Print a blank line to improve spacing and readability --- prosodyctl | 1 + 1 file changed, 1 insertion(+) (limited to 'prosodyctl') diff --git a/prosodyctl b/prosodyctl index 3242218d..982b102e 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 -- cgit v1.2.3