mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-30 16:05:51 +00:00
Merge branch 'develop' into ximinez/lending-XLS-66
This commit is contained in:
@@ -94,6 +94,8 @@ SuiteJournalSink::writeAlways(
|
|||||||
return "FTL:";
|
return "FTL:";
|
||||||
}();
|
}();
|
||||||
|
|
||||||
|
static std::mutex log_mutex;
|
||||||
|
std::lock_guard lock(log_mutex);
|
||||||
suite_.log << s << partition_ << text << std::endl;
|
suite_.log << s << partition_ << text << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user