# HG changeset patch # User Sebastien Jodogne # Date 1592584989 -7200 # Node ID 970ee51fe01fed634e262a3d8b2d6ae4dbbf4900 # Parent 4de884c95cd8fead436d32464116eb9b95258f2d fix comment diff -r 4de884c95cd8 -r 970ee51fe01f Framework/Toolbox/DicomInstanceParameters.cpp --- 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); } }