diff options
Diffstat (limited to 'src/mongo/tools/restore.cpp')
-rw-r--r-- | src/mongo/tools/restore.cpp | 2 |
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( "." ) ); |