Fix errors

Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
JCW
2025-08-21 15:51:50 +01:00
parent 1a159e040e
commit 9b3dd2c3b2
2 changed files with 1 additions and 1 deletions

View File

@@ -112,7 +112,6 @@ severities::to_string(Severity severity)
UNREACHABLE("Unexpected severity value!");
}
return "";
}
Journal::Sink::Sink(Severity thresh, bool console)
: thresh_(thresh), m_console(console)

View File

@@ -21,6 +21,7 @@
#include <xrpl/json/to_string.h>
#include <xrpl/telemetry/JsonLogs.h>
#include <chrono>
#include <thread>
namespace ripple::log {