0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
This commit is contained in:
dwight 2011-04-18 18:43:51 -04:00
parent 4cccc1232c
commit 736733e957

View File

@ -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;