mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 22:27:38 +03:00
prosodyctl: Print a blank line to improve spacing and readability
This commit is contained in:
parent
a7809d953e
commit
941b35fe8a
1 changed files with 1 additions and 0 deletions
|
@ -934,6 +934,7 @@ function commands.check(arg)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
if all_modules:contains("vcard") and all_modules:contains("vcard_legacy") then
|
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(" Both mod_vcard_legacy and mod_vcard are enabled but they conflict");
|
||||||
print(" with each other. Remove one.");
|
print(" with each other. Remove one.");
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue