not hexadecimal

This commit is contained in:
Dwight
2008-06-30 09:40:39 -04:00
parent 0bc5be592d
commit f05e500055

View File

@@ -339,7 +339,7 @@ string validateNS(const char *ns, NamespaceDetails *d) {
bool valid = true;
stringstream ss;
ss << "\nvalidate\n";
ss << " details: " << hex << d << " ofs:" << nsindex(ns)->detailsOffset(d) << endl;
ss << " details: " << hex << d << " ofs:" << nsindex(ns)->detailsOffset(d) << dec << endl;
if( d->capped )
ss << " capped:" << d->capped << " max:" << d->max << '\n';