# HG changeset patch # User amazy # Date 1544087500 -3600 # Node ID 4be6a2b46f1e3dec25bb5044641fee4f51db1cff # Parent 62b07b30e3db765094fd57a62771486368b658fc# Parent eea66afed0dbc74ad4676ad7a1edf2deb5c898f1 merge diff -r eea66afed0db -r 4be6a2b46f1e Core/DicomFormat/DicomInstanceHasher.cpp --- a/Core/DicomFormat/DicomInstanceHasher.cpp Thu Dec 06 10:10:58 2018 +0100 +++ b/Core/DicomFormat/DicomInstanceHasher.cpp Thu Dec 06 10:11:40 2018 +0100 @@ -53,7 +53,7 @@ seriesUid_.size() == 0 || instanceUid_.size() == 0) { - throw OrthancException(ErrorCode_BadFileFormat); + throw OrthancException(ErrorCode_BadFileFormat, "missing StudyInstanceUID, SeriesInstanceUID or SOPInstanceUID"); } }