# HG changeset patch # User Matthew Wild # Date 1743514717 -3600 # Node ID 883d9d0ccd649de58c71d536f9b4e658e8728cc5 # Parent 35819bc9471adc8d9318b6764effe9c245054452 prosodyctl: Fix spacing in warning message diff -r 35819bc9471a -r 883d9d0ccd64 prosodyctl --- a/prosodyctl Mon Mar 31 21:19:14 2025 +0200 +++ b/prosodyctl Tue Apr 01 14:38:37 2025 +0100 @@ -195,6 +195,7 @@ elseif init == "rc.d" then show_warning(" /etc/init.d/prosody %s", service_command); end + show_warning(""); else show_warning(" it may conflict with your system's service manager."); show_warning("");