Skip to content

Commit

Permalink
Merge pull request #7114
Browse files Browse the repository at this point in the history
9b63758 util: Don't set strMiscWarning on every exception (Wladimir J. van der Laan)
  • Loading branch information
laanwj committed Nov 27, 2015
2 parents d6454f6 + 9b63758 commit f3d0fdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,6 @@ void PrintExceptionContinue(const std::exception* pex, const char* pszThread)
std::string message = FormatException(pex, pszThread);
LogPrintf("\n\n************************\n%s\n", message);
fprintf(stderr, "\n\n************************\n%s\n", message.c_str());
strMiscWarning = message;
}

boost::filesystem::path GetDefaultDataDir()
Expand Down

0 comments on commit f3d0fdd

Please sign in to comment.