Updates from BitShares FC #22
1 changed files with 23 additions and 22 deletions
|
|
@ -192,7 +192,8 @@ namespace fc
|
|||
ss << "<- exception in to_detail_string.";
|
||||
}
|
||||
ss << " " << my->_name << ": " << my->_what << "\n";
|
||||
for( auto itr = my->_elog.begin(); itr != my->_elog.end(); ) {
|
||||
for( auto itr = my->_elog.begin(); itr != my->_elog.end(); )
|
||||
{
|
||||
try {
|
||||
ss << itr->get_message() <<"\n";
|
||||
try
|
||||
|
|
|
|||
Loading…
Reference in a new issue