Updates from BitShares FC #22
1 changed files with 1 additions and 3 deletions
|
|
@ -144,9 +144,7 @@ namespace fc {
|
||||||
|
|
||||||
file_appender::file_appender( const variant& args ) :
|
file_appender::file_appender( const variant& args ) :
|
||||||
my( new impl( args.as<config>( FC_MAX_LOG_OBJECT_DEPTH ) ) )
|
my( new impl( args.as<config>( FC_MAX_LOG_OBJECT_DEPTH ) ) )
|
||||||
{
|
{}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
file_appender::~file_appender(){}
|
file_appender::~file_appender(){}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue