# HG changeset patch # User Matthew Wild # Date 1739636972 0 # Node ID 5f1eb8b149233150cdea6f62ccd1e76b05048cd2 # Parent 99d2100d29187ea550eafa7b6a97f18d9ecb131a prosodyctl: check: Fix indentation in warning message diff -r 99d2100d2918 -r 5f1eb8b14923 util/prosodyctl/check.lua --- a/util/prosodyctl/check.lua Sat Feb 15 00:19:01 2025 +0100 +++ b/util/prosodyctl/check.lua Sat Feb 15 16:29:32 2025 +0000 @@ -796,8 +796,8 @@ if #invalid_hosts > 0 or #alabel_hosts > 0 then print(""); - print("WARNING: Changing the name of a VirtualHost in Prosody's config file"); - print(" WILL NOT migrate any existing data (user accounts, etc.) to the new name."); + print(" WARNING: Changing the name of a VirtualHost in Prosody's config file"); + print(" WILL NOT migrate any existing data (user accounts, etc.) to the new name."); ok = false; end end