mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl: Print friendly version of error messages
This commit is contained in:
parent
64a2f6c192
commit
f6983a3d51
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ function commands.adduser(arg)
|
|||
|
||||
if ok then return 0; end
|
||||
|
||||
show_message(msg)
|
||||
show_message(error_messages[msg])
|
||||
return 1;
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue