comparison Applications/Samples/WebAssembly/RtViewer/RtViewerWasm.cpp @ 1594:74ed691f9c64

fix initial rendering of MPR sample
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 26 Oct 2020 15:52:11 +0100
parents 5887a4f8594b
children 4c9e68291467
comparison
equal deleted inserted replaced
1593:b782f78aed42 1594:74ed691f9c64
155 { 155 {
156 try 156 try
157 { 157 {
158 OrthancStone::StoneInitialize(); 158 OrthancStone::StoneInitialize();
159 Orthanc::Logging::Initialize(); 159 Orthanc::Logging::Initialize();
160 Orthanc::Logging::EnableTraceLevel(true); 160 //Orthanc::Logging::EnableTraceLevel(true);
161 Orthanc::Logging::EnableInfoLevel(true);
161 162
162 LOG(WARNING) << "Initializing native Stone"; 163 LOG(WARNING) << "Initializing native Stone";
163 164
164 LOG(WARNING) << "Compiled with Emscripten " << __EMSCRIPTEN_major__ 165 LOG(WARNING) << "Compiled with Emscripten " << __EMSCRIPTEN_major__
165 << "." << __EMSCRIPTEN_minor__ 166 << "." << __EMSCRIPTEN_minor__