Deal with LevelDB errors
This commit is contained in:
committed by
Pieter Wuille
parent
7851033dd6
commit
421218d304
@@ -187,9 +187,9 @@ bool AppInit(int argc, char* argv[])
|
||||
fRet = AppInit2();
|
||||
}
|
||||
catch (std::exception& e) {
|
||||
PrintException(&e, "AppInit()");
|
||||
PrintExceptionContinue(&e, "AppInit()");
|
||||
} catch (...) {
|
||||
PrintException(NULL, "AppInit()");
|
||||
PrintExceptionContinue(NULL, "AppInit()");
|
||||
}
|
||||
if (!fRet)
|
||||
Shutdown(NULL);
|
||||
|
||||
Reference in New Issue
Block a user