summaryrefslogtreecommitdiff
path: root/db/stats/top.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'db/stats/top.cpp')
-rw-r--r--db/stats/top.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/stats/top.cpp b/db/stats/top.cpp
index 0f27943..462bfe6 100644
--- a/db/stats/top.cpp
+++ b/db/stats/top.cpp
@@ -99,7 +99,7 @@ namespace mongo {
case opReply:
case dbMsg:
case dbKillCursors:
- log() << "unexpected op in Top::record: " << op << endl;
+ //log() << "unexpected op in Top::record: " << op << endl;
break;
default:
log() << "unknown op in Top::record: " << op << endl;