diff Core/HttpServer/HttpOutput.cpp @ 1200:1e1390665639 db-changes

fix sample
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 23 Oct 2014 14:42:11 +0200
parents da56a7916e8a
children 6e7e5ed91c2d
line wrap: on
line diff
--- a/Core/HttpServer/HttpOutput.cpp	Thu Oct 23 14:29:45 2014 +0200
+++ b/Core/HttpServer/HttpOutput.cpp	Thu Oct 23 14:42:11 2014 +0200
@@ -59,7 +59,7 @@
     if (state_ != State_Done)
     {
       //asm volatile ("int3;");
-      LOG(ERROR) << "This HTTP answer does not contain any body";
+      //LOG(ERROR) << "This HTTP answer does not contain any body";
     }
 
     if (hasContentLength_ && contentPosition_ != contentLength_)