mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-01 00:15:51 +00:00
Increase severity on Stoppable logging
This commit is contained in:
@@ -140,7 +140,7 @@ void Stoppable::stopRecursive (Journal j)
|
||||
bool const timedOut (! m_stoppedEvent.wait (1 * 1000)); // milliseconds
|
||||
if (timedOut)
|
||||
{
|
||||
j.warning << "Waiting for '" << m_name << "' to stop";
|
||||
j.error << "Waiting for '" << m_name << "' to stop";
|
||||
m_stoppedEvent.wait ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user