diff options
author | Antonin Kral <a.kral@bobek.cz> | 2011-06-18 21:24:54 +0200 |
---|---|---|
committer | Antonin Kral <a.kral@bobek.cz> | 2011-06-18 21:24:54 +0200 |
commit | fefb1e355f6cbe35160f2f73ed68a38d95fa59a2 (patch) | |
tree | faecb2fb6677516c5f6d9edfae8475344ddd73ed /db/repl/replset_commands.cpp | |
parent | d95b46b2bbb5b4246213f252010508489b4e5719 (diff) | |
parent | 64b33ee522375a8dc15be2875dfb7db4502259b0 (diff) | |
download | mongodb-fefb1e355f6cbe35160f2f73ed68a38d95fa59a2.tar.gz |
Merge commit 'upstream/1.8.2'
Diffstat (limited to 'db/repl/replset_commands.cpp')
-rw-r--r-- | db/repl/replset_commands.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/repl/replset_commands.cpp b/db/repl/replset_commands.cpp index dc8567a..1d110ac 100644 --- a/db/repl/replset_commands.cpp +++ b/db/repl/replset_commands.cpp @@ -274,7 +274,7 @@ namespace mongo { s << p("Not using --replSet"); else { s << p("Still starting up, or else set is not yet " + a("http://www.mongodb.org/display/DOCS/Replica+Set+Configuration#InitialSetup", "", "initiated") - + ".<br>" + ReplSet::startupStatusMsg); + + ".<br>" + ReplSet::startupStatusMsg.get()); } } else { @@ -305,7 +305,7 @@ namespace mongo { s << p("Not using --replSet"); else { s << p("Still starting up, or else set is not yet " + a("http://www.mongodb.org/display/DOCS/Replica+Set+Configuration#InitialSetup", "", "initiated") - + ".<br>" + ReplSet::startupStatusMsg); + + ".<br>" + ReplSet::startupStatusMsg.get()); } } else { |