summaryrefslogtreecommitdiff
path: root/tools/restore.cpp
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2010-06-05 22:37:59 -0400
committerdwight <dwight@10gen.com>2010-06-05 22:37:59 -0400
commita3e03d7fe8900f6ea328b3c878e89bad068bc438 (patch)
tree89507d5d85337b422c1982b637ee422529457a0c /tools/restore.cpp
parentd7bca8d38078a1d69977ef82e97b8835997956f9 (diff)
downloadmongo-a3e03d7fe8900f6ea328b3c878e89bad068bc438.tar.gz
towards QueryOption_exhaust
Diffstat (limited to 'tools/restore.cpp')
-rw-r--r--tools/restore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/restore.cpp b/tools/restore.cpp
index 1df06f1b358..14dd9ef5091 100644
--- a/tools/restore.cpp
+++ b/tools/restore.cpp
@@ -114,7 +114,7 @@ public:
return;
}
- out() << root.string() << endl;
+ log() << root.string() << endl;
string ns;
if (use_db) {