Mercurial > hg > orthanc
changeset 1321:0f9e0e808e0f
more explicit message
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 13 Feb 2015 09:51:22 +0100 |
parents | 98a6796d658c |
children | f497a72d9f71 |
files | OrthancServer/main.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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); } }