From 9634ebafe07f30a29b55dfdafd47c2a59c59f2fa Mon Sep 17 00:00:00 2001 From: Eliot Horowitz Date: Mon, 15 Mar 2010 15:48:08 -0400 Subject: [PATCH] ugly message --- db/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/client.cpp b/db/client.cpp index 5f72a0e0a77..27c137e1dbc 100644 --- a/db/client.cpp +++ b/db/client.cpp @@ -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; }