summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl_block.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl_block.cpp')
-rw-r--r--src/mongo/db/repl_block.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl_block.cpp b/src/mongo/db/repl_block.cpp
index 42d03bb9f94..c312bfab51e 100644
--- a/src/mongo/db/repl_block.cpp
+++ b/src/mongo/db/repl_block.cpp
@@ -243,7 +243,7 @@ namespace mongo {
if (theReplSet && !theReplSet->isPrimary()) {
// we don't know the slave's port, so we make the replica set keep
// a map of rids to slaves
- log(2) << "percolating " << lastOp.toString() << " from " << rid << endl;
+ LOG(2) << "percolating " << lastOp.toString() << " from " << rid << endl;
theReplSet->ghost->send( boost::bind(&GhostSync::percolate, theReplSet->ghost, rid, lastOp) );
}
}