summaryrefslogtreecommitdiff
path: root/src/mongo/tools/restore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/tools/restore.cpp')
-rw-r--r--src/mongo/tools/restore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/tools/restore.cpp b/src/mongo/tools/restore.cpp
index 64702d6617c..e5b122cc5cd 100644
--- a/src/mongo/tools/restore.cpp
+++ b/src/mongo/tools/restore.cpp
@@ -307,7 +307,7 @@ public:
ns = "test";
}
- assert( ns.size() );
+ verify( ns.size() );
string oldCollName = root.leaf(); // Name of the collection that was dumped from
oldCollName = oldCollName.substr( 0 , oldCollName.find_last_of( "." ) );