Mercurial > hg > orthanc
diff OrthancServer/OrthancInitialization.cpp @ 1429:7366a0bdda6a
attempt of fix for Syngo.Via
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 29 Jun 2015 14:43:08 +0200 |
parents | d710ea64f0fd |
children | 27661b33f624 |
line wrap: on
line diff
--- a/OrthancServer/OrthancInitialization.cpp Mon Jun 29 13:26:34 2015 +0200 +++ b/OrthancServer/OrthancInitialization.cpp Mon Jun 29 14:43:08 2015 +0200 @@ -375,7 +375,7 @@ } catch (OrthancException& e) { - LOG(ERROR) << "Syntax error in the definition of modality \"" << name + LOG(ERROR) << "Syntax error in the definition of DICOM modality \"" << name << "\". Please check your configuration file."; throw; }