0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00
This commit is contained in:
Eliot Horowitz 2010-03-15 15:29:38 -04:00
parent 6d8e0f047e
commit d3c36d8e6c

View File

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