diff OrthancServer/main.cpp @ 1321:0f9e0e808e0f

more explicit message
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 13 Feb 2015 09:51:22 +0100
parents 61ce8147f30d
children b7351ecb79b4
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);
   }  
 }