summaryrefslogtreecommitdiff
path: root/s/util.h
diff options
context:
space:
mode:
Diffstat (limited to 's/util.h')
-rw-r--r--s/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/s/util.h b/s/util.h
index b3f63d8..2bc89ae 100644
--- a/s/util.h
+++ b/s/util.h
@@ -105,7 +105,7 @@ namespace mongo {
_combined = 0;
break;
default:
- assert(0);
+ massert( 13657 , str::stream() << "unknown type for ShardChunkVersion: " << elem , 0 );
}
return *this;
}