Skip to content

Commit

Permalink
fix the message format
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham Lee committed Apr 17, 2013
1 parent 07b2ab8 commit f06a166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/siriproxy/plugin_manager.rb
Expand Up @@ -27,7 +27,7 @@ def load_plugins()
@plugins << plugin
rescue Exception=>e
if pluginConfig['name']
puts "[Error] Failed to load plugin: #{pluginConfig['name']} reason: #{e}.message"
puts "[Error] Failed to load plugin: #{pluginConfig['name']} reason: #{e.message}"
else
puts "[Error] Failed to load a plugin that has no name, check your config.yml"
end
Expand Down

0 comments on commit f06a166

Please sign in to comment.