提交 3baecfd1 编写于 作者: K Kevin Heifner

FC_LOG_AND_RETHROW wraps plugin init std::exception in fc::exception. Added...

FC_LOG_AND_RETHROW wraps plugin init std::exception in fc::exception. Added special return code and output for dirty flag exception when wrapped in a fc::exception.
上级 22d4bbf6
......@@ -119,7 +119,7 @@ int main(int argc, char** argv)
return DATABASE_DIRTY;
}
}
elog("${e}", ("e",e.to_detail_string()));
elog( "${e}", ("e", e.to_detail_string()));
return OTHER_FAIL;
} catch( const boost::interprocess::bad_alloc& e ) {
elog("bad alloc");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册