Mercurial > hg > orthanc
changeset 2296:17e8e8e1ff3d
log dcmtk version
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 05 Jul 2017 12:42:59 +0200 |
parents | 5465cab476cf |
children | 46a312152744 |
files | OrthancServer/FromDcmtkBridge.cpp |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/FromDcmtkBridge.cpp Wed Jul 05 12:26:31 2017 +0200 +++ b/OrthancServer/FromDcmtkBridge.cpp Wed Jul 05 12:42:59 2017 +0200 @@ -181,6 +181,8 @@ void FromDcmtkBridge::InitializeDictionary(bool loadPrivateDictionary) { + LOG(INFO) << "Using DCTMK version: " << DCMTK_VERSION_NUMBER; + { DictionaryLocker locker;