# HG changeset patch # User Sebastien Jodogne # Date 1423817482 -3600 # Node ID 0f9e0e808e0f6a4af10062b8fc95adf1de2a7d8d # Parent 98a6796d658c4b88b37696dface9dbddf88456e3 more explicit message diff -r 98a6796d658c -r 0f9e0e808e0f OrthancServer/main.cpp --- a/OrthancServer/main.cpp Thu Feb 12 15:26:13 2015 +0100 +++ b/OrthancServer/main.cpp Fri Feb 13 09:51:22 2015 +0100 @@ -376,7 +376,7 @@ it = plugins.begin(); it != plugins.end(); ++it) { std::string path = Configuration::InterpretStringParameterAsPath(*it); - LOG(WARNING) << "Registering a plugin from: " << path; + LOG(WARNING) << "Loading plugin(s) from: " << path; pluginsManager.RegisterPlugin(path); } }