summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Sebastien Pedron <jean-sebastien@rabbitmq.com>2014-11-28 12:33:18 +0100
committerJean-Sebastien Pedron <jean-sebastien@rabbitmq.com>2014-11-28 12:33:18 +0100
commit57d48705f822d41ca7f13b3c72c94f1b4dd7b91b (patch)
treed9874cefae6557d580acc6666b56673ae9be0295
parentf8466d59675c57c89935c7b2466d7e3177440f40 (diff)
downloadrabbitmq-server-57d48705f822d41ca7f13b3c72c94f1b4dd7b91b.tar.gz
Remove "Plugins: adding to code path" log message
-rw-r--r--src/rabbit_plugins.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rabbit_plugins.erl b/src/rabbit_plugins.erl
index fd6acb5c..3aad48d1 100644
--- a/src/rabbit_plugins.erl
+++ b/src/rabbit_plugins.erl
@@ -219,8 +219,6 @@ clean_plugin(Plugin, ExpandDir) ->
delete_recursively(rabbit_misc:format("~s/~s", [ExpandDir, Plugin])).
prepare_dir_plugin(PluginAppDescPath) ->
- rabbit_log:info("Plugins: adding \"~s\" to the beginning of the code path.~n",
- [filename:dirname(PluginAppDescPath)]),
code:add_patha(filename:dirname(PluginAppDescPath)).
%%----------------------------------------------------------------------------