mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +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
|
bool const timedOut (! m_stoppedEvent.wait (1 * 1000)); // milliseconds
|
||||||
if (timedOut)
|
if (timedOut)
|
||||||
{
|
{
|
||||||
j.warning << "Waiting for '" << m_name << "' to stop";
|
j.error << "Waiting for '" << m_name << "' to stop";
|
||||||
m_stoppedEvent.wait ();
|
m_stoppedEvent.wait ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user