Mercurial > hg > orthanc-stone
changeset 996:727f2007ca23
commenting out annoying error
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 19 Sep 2019 18:26:11 +0200 |
parents | 9893fa8cd7a6 |
children | d6b83ee3a950 |
files | Framework/Oracle/WebAssemblyOracle.cpp |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Framework/Oracle/WebAssemblyOracle.cpp Sat Sep 14 17:27:41 2019 +0200 +++ b/Framework/Oracle/WebAssemblyOracle.cpp Thu Sep 19 18:26:11 2019 +0200 @@ -360,12 +360,12 @@ memcpy(message, fetch->statusText, kEmscriptenStatusTextSize); message[kEmscriptenStatusTextSize] = 0; - LOG(ERROR) << "Fetching " << fetch->url + /*LOG(ERROR) << "Fetching " << fetch->url << " failed, HTTP failure status code: " << fetch->status << " | statusText = " << message << " | numBytes = " << fetch->numBytes << " | totalBytes = " << fetch->totalBytes - << " | readyState = " << fetch->readyState; + << " | readyState = " << fetch->readyState;*/ } {