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
@@ -569,12 +569,12 @@ struct controller_impl {
569
569
ilog( "database initialized with hash: ${hash}", ("hash", hash) );
570
570
571
571
init(check_shutdown);
572
+
ilog( "Finished initialization from snapshot" );
572
573
} catch (boost::interprocess::bad_alloc& e) {
573
-
elog( "db storage not configured to have enough storage for the provided snapshot, please increase and retry snapshot" );
574
-
throw e;
574
+
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