comparison 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
comparison
equal deleted inserted replaced
2470:45de30d4f362 2471:51ea632f0c55
82 } 82 }
83 catch (OrthancException& e) 83 catch (OrthancException& e)
84 { 84 {
85 // Ignore transmission errors (e.g. if the remote modality is 85 // Ignore transmission errors (e.g. if the remote modality is
86 // powered off) 86 // powered off)
87 LOG(ERROR) << "Unable to forward to a modality in a Lua script (instance " 87 LOG(ERROR) << "Unable to forward to a modality in (instance "
88 << *it << "): " << e.What(); 88 << *it << "): " << e.What();
89 89
90 if (!ignoreExceptions_) 90 if (!ignoreExceptions_)
91 { 91 {
92 throw; 92 throw;