comparison OrthancServer/Sources/ServerJobs/ResourceModificationJob.cpp @ 5344:f41e1f635c4d

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 28 Jun 2023 12:24:52 +0200
parents 65d55cc86a41
children 3c8286e5d07b 48b8dae6dc77
comparison
equal deleted inserted replaced
5343:cba09fd1e234 5344:f41e1f635c4d
220 modified.reset(original.Clone(true)); 220 modified.reset(original.Clone(true));
221 } 221 }
222 catch (OrthancException& e) 222 catch (OrthancException& e)
223 { 223 {
224 LOG(WARNING) << "An error occurred while executing a Modification job on instance " << instance << ": " << e.GetDetails(); 224 LOG(WARNING) << "An error occurred while executing a Modification job on instance " << instance << ": " << e.GetDetails();
225 throw e; 225 throw;
226 } 226 }
227 227
228 228
229 /** 229 /**
230 * Compute the resulting DICOM instance. 230 * Compute the resulting DICOM instance.