changeset 225:96d1774148e7

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 13 Jan 2021 10:33:37 +0100
parents c6ef9ff37f69
children 4eefa34657f0
files Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp	Wed Jan 13 09:24:43 2021 +0100
+++ b/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp	Wed Jan 13 10:33:37 2021 +0100
@@ -337,7 +337,7 @@
     }
     else
     {
-      LOG(ERROR) << "Cannot parse JSON: " << err;
+      LogError("Cannot parse JSON: " + std::string(err));
       return false;
     }
 #endif