0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00

ugly message

This commit is contained in:
Eliot Horowitz 2010-03-15 15:48:08 -04:00
parent d3c36d8e6c
commit 9634ebafe0

View File

@ -49,7 +49,7 @@ namespace mongo {
_god = 0;
if ( _context )
cout << "ERROR: Client::~Client _context should be: NULL " << _desc << endl;
cout << "ERROR: Client::~Client _context should be NULL: " << _desc << endl;
if ( !_shutdown )
cout << "ERROR: Client::shutdown not called: " << _desc << endl;
}