diff options
| author | Paul Jones <paulj@lshift.net> | 2009-10-09 12:07:25 +0100 |
|---|---|---|
| committer | Paul Jones <paulj@lshift.net> | 2009-10-09 12:07:25 +0100 |
| commit | bf31b990407fc8c5cf255591e029d595f4b9bdfb (patch) | |
| tree | 5a0527342754c5b10fba53e87e7073d0252f4cde | |
| parent | 0aca55dbe898a61a2379cff6b151822de2dd3834 (diff) | |
| download | rabbitmq-server-git-bf31b990407fc8c5cf255591e029d595f4b9bdfb.tar.gz | |
Fixed formatting for string-based errors
| -rw-r--r-- | src/rabbit_plugin_activator.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_plugin_activator.erl b/src/rabbit_plugin_activator.erl index f28c4a6ec5..6e42956d97 100644 --- a/src/rabbit_plugin_activator.erl +++ b/src/rabbit_plugin_activator.erl @@ -98,7 +98,7 @@ start() -> end, ok; {error, Module, Error} -> - error("generation of boot script file ~s failed: ~w", + error("generation of boot script file ~s failed: ~s", [ScriptFile, Module:format_error(Error)]) end, |
