report hash in decimal

This commit is contained in:
David Rose 2003-09-26 23:29:24 +00:00
parent 47fd8335df
commit b576d7833b

View File

@ -482,7 +482,7 @@ write(ostream &out) const {
<< " phase: " << _phase << endl
<< " size: " << _size << endl
<< " status: " << _status << endl
<< " hash: " << _hash << endl;
<< " hash: " << _hash.as_dec() << endl;
out << "--------------------------------------------------" << endl;
pvector< PT(FileRecord) >::const_iterator i = _file_records.begin();
for(; i != _file_records.end(); ++i) {