diff options
| author | Antonin Kral <a.kral@bobek.cz> | 2010-09-24 19:01:03 +0200 |
|---|---|---|
| committer | Antonin Kral <a.kral@bobek.cz> | 2010-09-24 19:01:03 +0200 |
| commit | 0ad0c09511a04ebe837f2acb859d47f2aa4e038a (patch) | |
| tree | 109babcb556f6c5884b77853120717f0617c7a1e /client/dbclient.cpp | |
| parent | 03e58f81cad8dd4cfcd1530f327116f0cff6ceb3 (diff) | |
Imported Upstream version 1.6.3
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; |
