diff OrthancServer/Scheduler/DeleteInstanceCommand.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/DeleteInstanceCommand.cpp	Wed Jan 17 17:34:15 2018 +0100
+++ b/OrthancServer/Scheduler/DeleteInstanceCommand.cpp	Wed Jan 17 21:33:56 2018 +0100
@@ -53,7 +53,7 @@
       }
       catch (OrthancException& e)
       {
-        LOG(ERROR) << "Unable to delete instance " << *it << " in a Lua script: " << e.What();
+        LOG(ERROR) << "Unable to delete instance " << *it << ": " << e.What();
       }
     }