diff Core/Enumerations.cpp @ 2871:6eebc2eb3168

refactoring serialization of RemoteModalityParameters
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Oct 2018 12:51:20 +0200
parents c196d76cb8fa
children 61a5667f37d9
line wrap: on
line diff
--- a/Core/Enumerations.cpp	Mon Oct 08 17:36:54 2018 +0200
+++ b/Core/Enumerations.cpp	Tue Oct 09 12:51:20 2018 +0200
@@ -1434,6 +1434,7 @@
     }
     else
     {
+      LOG(ERROR) << "Unknown modality manufacturer: \"" << manufacturer << "\"";
       throw OrthancException(ErrorCode_ParameterOutOfRange);
     }