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