You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/chain/controller.cpp
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -571,12 +571,12 @@ struct controller_impl {
571
571
ilog( "database initialized with hash: ${hash}", ("hash", hash) );
572
572
573
573
init(check_shutdown);
574
+
ilog( "Finished initialization from snapshot" );
574
575
} catch (boost::interprocess::bad_alloc& e) {
575
-
elog( "db storage not configured to have enough storage for the provided snapshot, please increase and retry snapshot" );
576
-
throw e;
576
+
elog( "Failed initialization from snapshot - db storage not configured to have enough storage for the provided snapshot, please increase and retry snapshot" );
0 commit comments