diff options
author | Matthew Wild <mwild1@gmail.com> | 2023-04-07 16:00:23 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2023-04-07 16:00:23 +0100 |
commit | b6ca51db43b4813cff718f71bb3761b09ff854d9 (patch) | |
tree | e39f8f3f21b1203c1faa64e892d4ae497c2a9391 /prosodyctl | |
parent | 69ce40a6d2e81d23798aef4b970eb648baba6a51 (diff) | |
parent | 6d8647b3334818717c880418982b202daa9da154 (diff) | |
download | prosody-b6ca51db43b4813cff718f71bb3761b09ff854d9.tar.gz prosody-b6ca51db43b4813cff718f71bb3761b09ff854d9.zip |
Merge 0.12->trunk
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 1 insertions, 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 |