diff OrthancServer/Scheduler/StoreScuCommand.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/StoreScuCommand.cpp	Wed Jan 17 17:34:15 2018 +0100
+++ b/OrthancServer/Scheduler/StoreScuCommand.cpp	Wed Jan 17 21:33:56 2018 +0100
@@ -84,7 +84,7 @@
       {
         // Ignore transmission errors (e.g. if the remote modality is
         // powered off)
-        LOG(ERROR) << "Unable to forward to a modality in a Lua script (instance " 
+        LOG(ERROR) << "Unable to forward to a modality in (instance "
                    << *it << "): " << e.What();
 
         if (!ignoreExceptions_)