diff Platforms/Wasm/WasmWebService.h @ 255:65562a28fe05 am-2

fixes for WASM
author am@osimis.io
date Tue, 03 Jul 2018 13:19:56 +0200
parents 8ff70c04c6df
children 9afafb192180
line wrap: on
line diff
--- a/Platforms/Wasm/WasmWebService.h	Tue Jul 03 11:49:02 2018 +0200
+++ b/Platforms/Wasm/WasmWebService.h	Tue Jul 03 13:19:56 2018 +0200
@@ -23,6 +23,7 @@
     {
       if (broker_ == NULL)
       {
+        printf("WasmWebService::GetInstance(): broker not initialized\n");
         throw Orthanc::OrthancException(Orthanc::ErrorCode_BadSequenceOfCalls);
       }
       static WasmWebService instance(*broker_);