# HG changeset patch # User Kim Alvefur # Date 1577757025 -3600 # Node ID 419ac5ef2d3d74274971ecfedd6dab26059ce6df # Parent 88daa0231a9b20c35504b82fc9768431caffcef5 prosodyctl: Print a blank line to improve spacing and readability diff -r 88daa0231a9b -r 419ac5ef2d3d prosodyctl --- 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