mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix SiteFiles thread name
This commit is contained in:
@@ -38,7 +38,7 @@ public:
|
||||
|
||||
ManagerImp (Stoppable& stoppable, Journal journal)
|
||||
: Manager (stoppable)
|
||||
, Thread ("PeerFinder")
|
||||
, Thread ("SiteFiles")
|
||||
, m_logic (journal)
|
||||
, m_journal (journal)
|
||||
{
|
||||
|
||||
@@ -160,6 +160,11 @@ public:
|
||||
setAssertOnFailure (false);
|
||||
}
|
||||
|
||||
~RippleUnitTests ()
|
||||
{
|
||||
m_app = nullptr;
|
||||
}
|
||||
|
||||
void logMessage (String const& message)
|
||||
{
|
||||
if (m_shouldLog)
|
||||
|
||||
Reference in New Issue
Block a user