comparison OrthancServer/ServerJobs/ArchiveJob.cpp @ 2636:c72eb844758c jobs

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 28 May 2018 10:52:18 +0200
parents 2406ae891747
children 56bee263645f
comparison
equal deleted inserted replaced
2635:33c0b4da8cb2 2636:c72eb844758c
414 catch (OrthancException& e) 414 catch (OrthancException& e)
415 { 415 {
416 LOG(WARNING) << "An instance was removed after the job was issued: " << instanceId_; 416 LOG(WARNING) << "An instance was removed after the job was issued: " << instanceId_;
417 return; 417 return;
418 } 418 }
419
420 //boost::this_thread::sleep(boost::posix_time::milliseconds(300));
419 421
420 writer.OpenFile(filename_.c_str()); 422 writer.OpenFile(filename_.c_str());
421 writer.Write(content); 423 writer.Write(content);
422 424
423 if (dicomDir != NULL) 425 if (dicomDir != NULL)