mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Serialize access to the debug journal
This commit is contained in:
@@ -52,7 +52,7 @@ STUInt8::getText () const
|
||||
if (transResultInfo (static_cast<TER> (value_), token, human))
|
||||
return human;
|
||||
|
||||
JLOG (debugJournal().warn())
|
||||
JLOG (debugLog())
|
||||
<< "Unknown result code in metadata: " << value_;
|
||||
}
|
||||
|
||||
@@ -70,7 +70,7 @@ STUInt8::getJson (int) const
|
||||
if (transResultInfo (static_cast<TER> (value_), token, human))
|
||||
return token;
|
||||
|
||||
JLOG (debugJournal().warn())
|
||||
JLOG (debugLog())
|
||||
<< "Unknown result code in metadata: " << value_;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user