File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,12 +162,12 @@ bool LoadTierTwo(int chain_active_height, bool load_cache_files)
162162 CFlatDB<CMasternodeMetaMan> metadb (MN_META_CACHE_FILENAME, MN_META_CACHE_FILE_ID);
163163 if (load_cache_files) {
164164 if (!metadb.Load (g_mmetaman)) {
165- return UIError ( strprintf ( _ ( " Failed to load masternode metadata cache from: %s" ) , metadb.GetDbPath ().string () ));
165+ LogPrintf ( " Failed to load masternode metadata cache from: %s" , metadb.GetDbPath ().string ());
166166 }
167167 } else {
168168 CMasternodeMetaMan mmetamanTmp;
169169 if (!metadb.Dump (mmetamanTmp)) {
170- return UIError ( strprintf ( _ ( " Failed to clear masternode metadata cache at: %s" ) , metadb.GetDbPath ().string () ));
170+ LogPrintf ( " Failed to clear masternode metadata cache at: %s" , metadb.GetDbPath ().string ());
171171 }
172172 }
173173
You can’t perform that action at this time.
0 commit comments