Mercurial > hg > orthanc
diff OrthancServer/FromDcmtkBridge.cpp @ 2152:cbebc5d072b0
Use of DCMTK 3.6.1 dictionary of private tags in standalone builds
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 14 Nov 2016 15:10:08 +0100 |
parents | 8cbb55089a1d |
children | 84d1d392a9ab |
line wrap: on
line diff
--- a/OrthancServer/FromDcmtkBridge.cpp Mon Nov 14 14:22:45 2016 +0100 +++ b/OrthancServer/FromDcmtkBridge.cpp Mon Nov 14 15:10:08 2016 +0100 @@ -197,7 +197,7 @@ if (loadPrivateDictionary) { - LOG(INFO) << "Loading the dictionary of private tags"; + LOG(INFO) << "Loading the embedded dictionary of private tags"; LoadEmbeddedDictionary(*locker, EmbeddedResources::DICTIONARY_PRIVATE); } else @@ -218,7 +218,6 @@ if (loadPrivateDictionary) { - LOG(INFO) << "Loading the dictionary of private tags"; LoadExternalDictionary(*locker, path, "private.dic"); } else