diff options
Diffstat (limited to 'client/dbclient.cpp')
| -rw-r--r-- | client/dbclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/dbclient.cpp b/client/dbclient.cpp index 26b1c267697..aa9b7ae9e84 100644 --- a/client/dbclient.cpp +++ b/client/dbclient.cpp @@ -502,7 +502,7 @@ namespace mongo { if ( !p->connect(*server) ) { stringstream ss; - ss << "couldn't connect to server " << _serverString << '}'; + ss << "couldn't connect to server " << _serverString; errmsg = ss.str(); failed = true; return false; |
