From f0d9a01bccdaeb466c12c92057914bbfef59526c Mon Sep 17 00:00:00 2001 From: Antonin Kral Date: Thu, 15 Dec 2011 09:35:47 +0100 Subject: Imported Upstream version 2.0.2 --- util/ramlog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/ramlog.cpp') diff --git a/util/ramlog.cpp b/util/ramlog.cpp index 69ffc17..d7a839a 100644 --- a/util/ramlog.cpp +++ b/util/ramlog.cpp @@ -135,7 +135,7 @@ namespace mongo { assert( strlen(v[i]) > 20 ); int r = repeats(v, i); if( r < 0 ) { - s << color( linkify( clean(v,i).c_str() ) ); + s << color( linkify( clean(v,i).c_str() ) ) << '\n'; } else { stringstream x; -- cgit v1.2.3