Mercurial > hg > orthanc-stone
changeset 1481:970ee51fe01f
fix comment
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 19 Jun 2020 18:43:09 +0200 |
parents | 4de884c95cd8 |
children | 5c96bf3f1d32 |
files | Framework/Toolbox/DicomInstanceParameters.cpp |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Framework/Toolbox/DicomInstanceParameters.cpp Fri Jun 19 16:21:17 2020 +0200 +++ b/Framework/Toolbox/DicomInstanceParameters.cpp Fri Jun 19 18:43:09 2020 +0200 @@ -347,7 +347,7 @@ } else { - LOG(ERROR) << "DicomInstanceParameters::GetDefaultWindowingCenter(): !data_.hasRescale_"; + LOG(ERROR) << "DicomInstanceParameters::GetDefaultWindowingCenter(): no default windowing"; throw Orthanc::OrthancException(Orthanc::ErrorCode_BadSequenceOfCalls); } } @@ -361,7 +361,7 @@ } else { - LOG(ERROR) << "DicomInstanceParameters::GetDefaultWindowingWidth(): !data_.hasRescale_"; + LOG(ERROR) << "DicomInstanceParameters::GetDefaultWindowingWidth(): no default windowing"; throw Orthanc::OrthancException(Orthanc::ErrorCode_BadSequenceOfCalls); } }