diff --git a/src/txmempool.cpp b/src/txmempool.cpp index dc44d46b1..91fa0e3c6 100644 --- a/src/txmempool.cpp +++ b/src/txmempool.cpp @@ -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()");