mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
@@ -109,8 +109,10 @@ severities::to_string(Severity severity)
|
||||
case kFatal:
|
||||
return "fatal";
|
||||
default:
|
||||
assert(false);
|
||||
UNREACHABLE("Unexpected severity value!");
|
||||
}
|
||||
return "";
|
||||
|
||||
}
|
||||
Journal::Sink::Sink(Severity thresh, bool console)
|
||||
: thresh_(thresh), m_console(console)
|
||||
|
||||
Reference in New Issue
Block a user