Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/OrthancServer/Internals/StoreScp.cpp Sun Nov 06 11:39:04 2016 +0100 +++ b/OrthancServer/Internals/StoreScp.cpp Mon Nov 07 11:19:19 2016 +0100 @@ -219,7 +219,7 @@ if (e.GetErrorCode() == ErrorCode_InexistentTag) { - Toolbox::LogMissingRequiredTag(summary); + ServerToolbox::LogMissingRequiredTag(summary); } else {