summaryrefslogtreecommitdiff
path: root/src/mongo/db/dur_commitjob.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/dur_commitjob.h')
-rw-r--r--src/mongo/db/dur_commitjob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/dur_commitjob.h b/src/mongo/db/dur_commitjob.h
index dd705cc92a7..e3aafbe06e6 100644
--- a/src/mongo/db/dur_commitjob.h
+++ b/src/mongo/db/dur_commitjob.h
@@ -127,7 +127,7 @@ namespace mongo {
*/
class CommitJob : boost::noncopyable {
void _committingReset();
- ~CommitJob(){ assert(!"shouldn't destroy CommitJob!"); }
+ ~CommitJob(){ verify(!"shouldn't destroy CommitJob!"); }
/** record/note an intent to write */
void note(void* p, int len);