Mercurial > hg > orthanc
changeset 2964:6896a7c1cbe2
log
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 05 Dec 2018 12:58:56 +0100 |
parents | 800b4daa6dab |
children | 9c0b0a6d8b54 |
files | OrthancServer/OrthancMoveRequestHandler.cpp |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/OrthancMoveRequestHandler.cpp Wed Dec 05 09:19:34 2018 +0100 +++ b/OrthancServer/OrthancMoveRequestHandler.cpp Wed Dec 05 12:58:56 2018 +0100 @@ -70,7 +70,8 @@ originatorAet_(originatorAet), originatorId_(originatorId) { - LOG(INFO) << "Sending resource " << publicId << " to modality \"" << targetAet << "\""; + LOG(INFO) << "Sending resource " << publicId << " to modality \"" + << targetAet << "\" in synchronous mode"; std::list<std::string> tmp; context_.GetIndex().GetChildInstances(tmp, publicId); @@ -133,7 +134,8 @@ job_(new DicomModalityStoreJob(context)), position_(0) { - LOG(INFO) << "Sending resource " << publicId << " to modality \"" << targetAet << "\""; + LOG(INFO) << "Sending resource " << publicId << " to modality \"" + << targetAet << "\" in asynchronous mode"; job_->SetDescription("C-MOVE"); job_->SetPermissive(true);