Mercurial > hg > orthanc
comparison 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 |
comparison
equal
deleted
inserted
replaced
1428:0a355eeeb351 | 1429:7366a0bdda6a |
---|---|
373 { | 373 { |
374 modality.FromJson(modalities[name]); | 374 modality.FromJson(modalities[name]); |
375 } | 375 } |
376 catch (OrthancException& e) | 376 catch (OrthancException& e) |
377 { | 377 { |
378 LOG(ERROR) << "Syntax error in the definition of modality \"" << name | 378 LOG(ERROR) << "Syntax error in the definition of DICOM modality \"" << name |
379 << "\". Please check your configuration file."; | 379 << "\". Please check your configuration file."; |
380 throw; | 380 throw; |
381 } | 381 } |
382 } | 382 } |
383 | 383 |