Enable build with clang 4.0 (#11226)
[platform/upstream/coreclr.git] / src / debug / di / rspriv.inl
index 00e4c23..5de99c6 100644 (file)
@@ -162,7 +162,7 @@ void CordbProcess::ForceDacFlush()
     {
         if (m_pDacPrimitives != NULL)
         {
-            STRESS_LOG1(LF_CORDB, LL_INFO1000, "Flush() - old counter: %d", m_flushCounter);
+            STRESS_LOG1(LF_CORDB, LL_INFO1000, "Flush() - old counter: %d\n", m_flushCounter);
             m_flushCounter++;
             HRESULT hr = S_OK;
             EX_TRY