Signed-off-by: Sage Weil <sage@newdream.net>
_dout_lock.Lock();
*_dout << file << ": In function '" << func << "', "
- << "In thread " << pthread_self() << std::endl;
+ << "In thread " << hex << pthread_self() << dec << std::endl;
*_dout << file << ":" << line << ": FAILED assert(" << assertion << ")" << std::endl;
bt->print(*_dout);
*_dout << " NOTE: a copy of the executable, or `objdump -rdS <executable>` is needed to interpret this." << std::endl;