summaryrefslogtreecommitdiff
path: root/util/ramlog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'util/ramlog.cpp')
-rw-r--r--util/ramlog.cpp2
1 files changed, 1 insertions, 1 deletions
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;