Skip to content

Commit f3d0fdd

Browse files
committed
Merge pull request #7114
9b63758 util: Don't set strMiscWarning on every exception (Wladimir J. van der Laan)
2 parents d6454f6 + 9b63758 commit f3d0fdd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/util.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,6 @@ void PrintExceptionContinue(const std::exception* pex, const char* pszThread)
447447
std::string message = FormatException(pex, pszThread);
448448
LogPrintf("\n\n************************\n%s\n", message);
449449
fprintf(stderr, "\n\n************************\n%s\n", message.c_str());
450-
strMiscWarning = message;
451450
}
452451

453452
boost::filesystem::path GetDefaultDataDir()

0 commit comments

Comments
 (0)