mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 17:10:48 +01:00
ugly message
This commit is contained in:
parent
d3c36d8e6c
commit
9634ebafe0
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user