summaryrefslogtreecommitdiff
path: root/src/mongo/db/lockstat.h
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2012-04-09 17:49:45 -0400
committerdwight <dwight@10gen.com>2012-04-09 17:49:45 -0400
commitdecfc7c724fc62887e67041749b66d8b9035ab40 (patch)
tree9f3c4d1d301bb7185ee28c286fc4e513ddd4b357 /src/mongo/db/lockstat.h
parent1e6d6ae3887409b8a6c707e9ed966fa4e56d413c (diff)
downloadmongo-decfc7c724fc62887e67041749b66d8b9035ab40.tar.gz
error number
Diffstat (limited to 'src/mongo/db/lockstat.h')
-rw-r--r--src/mongo/db/lockstat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/lockstat.h b/src/mongo/db/lockstat.h
index 31cfd065444..d051202f227 100644
--- a/src/mongo/db/lockstat.h
+++ b/src/mongo/db/lockstat.h
@@ -55,7 +55,7 @@ namespace mongo {
case 'w' : return 3;
default: ;
}
- fassert(0,false);
+ fassert(16146,false);
return 0;
}