log unexpected exception in close function for github issue 81
This commit is contained in:
parent
f1f1e59664
commit
24d1ce8b1f
1 changed files with 2 additions and 1 deletions
|
|
@ -165,8 +165,9 @@ void database::close(bool rewind)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (...)
|
catch ( const fc::exception& e )
|
||||||
{
|
{
|
||||||
|
wlog( "Database close unexpected exception: ${e}", ("e", e) );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue