[ROSAUTOTEST] "Enforce" ending '\n' on C___Exception messages (#1533)
[reactos.git] / modules / rostests / rosautotest / CWebService.cpp
index 850b466..1a8ae37 100644 (file)
@@ -108,7 +108,7 @@ CWebService::Finish(const char* TestType)
     stringstream ss;
 
     if (!m_TestID)
-        EXCEPTION("CWebService::Finish was called, but not a single result had been submitted!");
+        EXCEPTION("CWebService::Finish was called, but not a single result had been submitted!\n");
 
     Data = "action=finish";
     Data += Configuration.GetAuthenticationRequestString();