comparison Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp @ 225:96d1774148e7

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 13 Jan 2021 10:33:37 +0100
parents 443f219a68fd
children 476d5204d08b
comparison
equal deleted inserted replaced
224:c6ef9ff37f69 225:96d1774148e7
335 { 335 {
336 return true; 336 return true;
337 } 337 }
338 else 338 else
339 { 339 {
340 LOG(ERROR) << "Cannot parse JSON: " << err; 340 LogError("Cannot parse JSON: " + std::string(err));
341 return false; 341 return false;
342 } 342 }
343 #endif 343 #endif
344 } 344 }
345 345