# HG changeset patch # User Sebastien Jodogne # Date 1544011136 -3600 # Node ID 6896a7c1cbe205089cf2d93b5cabb3c8db429188 # Parent 800b4daa6dab795cfd3d673f995231cea2486ad0 log diff -r 800b4daa6dab -r 6896a7c1cbe2 OrthancServer/OrthancMoveRequestHandler.cpp --- 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 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);