FC Updates from BitShares and myself #21

Closed
nathanielhourt wants to merge 687 commits from dapp-support into latest-fc
Showing only changes of commit 3a2902e3c7 - Show all commits

View file

@ -205,12 +205,12 @@ namespace fc
ss << "ERROR: Failed to convert log data to string!\n"; ss << "ERROR: Failed to convert log data to string!\n";
} }
ss << " " << itr->get_context().to_string(); ss << " " << itr->get_context().to_string();
++itr;
} catch( std::bad_alloc& ) { } catch( std::bad_alloc& ) {
throw; throw;
} catch( ... ) { } catch( ... ) {
ss << "<- exception in to_detail_string."; ss << "<- exception in to_detail_string.";
} }
++itr;
if( itr != my->_elog.end() ) ss<<"\n"; if( itr != my->_elog.end() ) ss<<"\n";
} }
} catch( std::bad_alloc& ) { } catch( std::bad_alloc& ) {