Mercurial > hg > orthanc-wsi
changeset 163:c23e31ac75ef
typo
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 26 Jan 2019 14:27:38 +0100 |
parents | e9544445087d |
children | c74b83b7e4fe |
files | Applications/DicomToTiff.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Applications/DicomToTiff.cpp Sat Jan 26 10:50:07 2019 +0100 +++ b/Applications/DicomToTiff.cpp Sat Jan 26 14:27:38 2019 +0100 @@ -208,7 +208,7 @@ for (unsigned int level = 0; level < source.GetLevelCount(); level++) { - LOG(WARNING) << std::string(reencode ? "Reencoding" : "Transcoding") + LOG(WARNING) << std::string(reencode ? "Re-encoding" : "Transcoding") << " level " << level; unsigned int countX = OrthancWSI::CeilingDivision