summaryrefslogtreecommitdiff
path: root/stdafx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'stdafx.cpp')
-rw-r--r--stdafx.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdafx.cpp b/stdafx.cpp
index b4f90f7162a..88156f17473 100644
--- a/stdafx.cpp
+++ b/stdafx.cpp
@@ -107,6 +107,7 @@ namespace mongo {
}
void rawOut( const string &s ) {
+ if( s.empty() ) return;
char now[64];
time_t_to_String(time(0), now);
now[20] = 0;