Software /
code /
prosody
Changeset
10578:419ac5ef2d3d 0.11
prosodyctl: Print a blank line to improve spacing and readability
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 31 Dec 2019 02:50:25 +0100 |
parents | 10577:88daa0231a9b |
children | 10579:16099e8964d8 10581:10d6d0d91f4e |
files | prosodyctl |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/prosodyctl Tue Dec 31 02:48:49 2019 +0100 +++ b/prosodyctl Tue Dec 31 02:50:25 2019 +0100 @@ -934,6 +934,7 @@ 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