[ROSAUTOTEST]
[reactos.git] / rostests / rosautotest / CWebService.cpp
index 67d1de0..c467f3b 100644 (file)
@@ -207,7 +207,7 @@ CWebService::Submit(const char* TestType, CTestInfo* TestInfo)
     Response.reset(DoRequest(Data));
 
     ss << "The server responded:" << endl << Response << endl;
-    StringOut(ss.str(), TRUE);
+    StringOut(ss.str());
 
     if(strcmp(Response, "OK"))
         EXCEPTION("Aborted!\n");