Mercurial > hg > orthanc-gdcm
changeset 10:73a85877dcd0
print gdcm version
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 25 May 2020 15:01:42 +0200 |
parents | 262ca463445a |
children | cf9d5db24482 |
files | Plugin/Plugin.cpp |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugin/Plugin.cpp Mon May 25 14:28:07 2020 +0200 +++ b/Plugin/Plugin.cpp Mon May 25 15:01:42 2020 +0200 @@ -31,6 +31,7 @@ #include <gdcmImageReader.h> #include <gdcmImageWriter.h> #include <gdcmUIDGenerator.h> +#include <gdcmVersion.h> #include <gdcmTagKeywords.h> @@ -458,6 +459,8 @@ if (enabled) { + LOG(WARNING) << "Version of GDCM: " << gdcm::Version::GetVersion(); + if (!hasThrottling_) { LOG(WARNING) << "GDCM throttling is disabled";