diff --git a/RingDebug.cpp b/RingDebug.cpp
index 6305d8fabc44d88a01fec0cfff3789da0c90d322..be2860b8a4a1d23017505324cbafdb8deb5b3f44 100644
--- a/RingDebug.cpp
+++ b/RingDebug.cpp
@@ -50,7 +50,7 @@ RingDebug::print(const std::string& message,
     }
 
     /* screen it into VS debug console */
-    OutputDebugString(wString.c_str());
+    OutputDebugString((wString + L"\n").c_str());
 
     /* fire the event. */
     messageToScreen(ref new String(wString.c_str(), wString.length()));