diff OrthancServer/Scheduler/StorePeerCommand.cpp @ 2471:51ea632f0c55

removed 'in Lua script' in error messages that is misleading since these commands can also be called from the API
author amazy
date Wed, 17 Jan 2018 21:33:56 +0100
parents 878b59270859
children
line wrap: on
line diff
--- a/OrthancServer/Scheduler/StorePeerCommand.cpp	Wed Jan 17 17:34:15 2018 +0100
+++ b/OrthancServer/Scheduler/StorePeerCommand.cpp	Wed Jan 17 21:33:56 2018 +0100
@@ -77,7 +77,7 @@
       }
       catch (OrthancException& e)
       {
-        LOG(ERROR) << "Unable to forward to an Orthanc peer in a Lua script (instance " 
+        LOG(ERROR) << "Unable to forward to an Orthanc peer in (instance "
                    << *it << ", peer " << peer_.GetUrl() << "): " << e.What();
 
         if (!ignoreExceptions_)