comparison OrthancServer/Internals/StoreScp.cpp @ 2120:4b02ec79728a

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 07 Nov 2016 11:19:19 +0100
parents cda5b0ab4ce5
children b9bd52c72ba2
comparison
equal deleted inserted replaced
2119:e0517f25919e 2120:4b02ec79728a
217 { 217 {
218 rsp->DimseStatus = STATUS_STORE_Refused_OutOfResources; 218 rsp->DimseStatus = STATUS_STORE_Refused_OutOfResources;
219 219
220 if (e.GetErrorCode() == ErrorCode_InexistentTag) 220 if (e.GetErrorCode() == ErrorCode_InexistentTag)
221 { 221 {
222 Toolbox::LogMissingRequiredTag(summary); 222 ServerToolbox::LogMissingRequiredTag(summary);
223 } 223 }
224 else 224 else
225 { 225 {
226 LOG(ERROR) << "Exception while storing DICOM: " << e.What(); 226 LOG(ERROR) << "Exception while storing DICOM: " << e.What();
227 } 227 }