diff --git a/util/util.cpp b/util/util.cpp index 216683adc6d..12547569704 100644 --- a/util/util.cpp +++ b/util/util.cpp @@ -184,7 +184,8 @@ namespace mongo { /* note: can't use malloc herein - may be in signal handler. logLockless() likely does not comply and should still be fixed todo - */ + likewise class string? + */ void rawOut( const string &s ) { if( s.empty() ) return;