summaryrefslogtreecommitdiff
path: root/src/mongo/db/mongommf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/mongommf.h')
-rw-r--r--src/mongo/db/mongommf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/mongommf.h b/src/mongo/db/mongommf.h
index 62a6cdfd3fd..2cbd5f4d2e6 100644
--- a/src/mongo/db/mongommf.h
+++ b/src/mongo/db/mongommf.h
@@ -76,7 +76,7 @@ namespace mongo {
if the suffix is "ns", fileSuffixNo -1
*/
const RelativePath& relativePath() const {
- DEV assert( !_p._p.empty() );
+ DEV verify( !_p._p.empty() );
return _p;
}