mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl: check: Fix indentation in warning message
This commit is contained in:
parent
346f58c9d9
commit
35e48b2bac
1 changed files with 2 additions and 2 deletions
|
@ -796,8 +796,8 @@ local function check(arg)
|
|||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue