mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
Merge 0.12->trunk
This commit is contained in:
commit
b6ca51db43
1 changed files with 1 additions and 1 deletions
|
@ -680,7 +680,7 @@ local command_runner = async.runner(function ()
|
|||
end
|
||||
os.exit(0, true); -- :)
|
||||
else
|
||||
show_message("Failed to execute command: "..error_messages[ret]);
|
||||
show_message("Failed to execute command: %s", error_messages[ret]);
|
||||
os.exit(1); -- :(
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue