Fix compile warning/bug

This commit is contained in:
Duke Leto
2019-12-30 12:04:51 -05:00
parent ace213c54f
commit 3e92f28463

View File

@@ -865,7 +865,7 @@ void CTxMemPool::NotifyRecentlyAdded()
try {
SyncWithWallets(tx, NULL);
} catch (const boost::thread_interrupted&) {
fprintf(stderr,"%s: thread interrupted\n");
fprintf(stderr,"%s: thread interrupted\n", __FUNCTION__);
throw;
} catch (const std::exception& e) {
PrintExceptionContinue(&e, "CTxMemPool::NotifyRecentlyAdded()");