diff Framework/Viewport/WebAssemblyViewport.cpp @ 964:91f827272c1f toa2019082701

Added cache-control headers for POST requests + #ifdef'd tracing logs + trace on context restored
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 27 Aug 2019 14:28:19 +0200
parents a7351ad54960
children d6b83ee3a950
line wrap: on
line diff
--- a/Framework/Viewport/WebAssemblyViewport.cpp	Mon Aug 26 11:03:14 2019 +0200
+++ b/Framework/Viewport/WebAssemblyViewport.cpp	Tue Aug 27 14:28:19 2019 +0200
@@ -97,7 +97,7 @@
         //LOG(ERROR) << "Before calling it, isContextLost == " << context_.IsContextLost();
 
         if (!context_.IsContextLost()) {
-          LOG(ERROR) << "Context restored!";
+          LOG(TRACE) << "Context restored!";
           //LOG(ERROR) << "After calling it, isContextLost == " << context_.IsContextLost();
           RestoreCompositor();
           UpdateSize();