mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Update LogJournal for new Journal interface
This commit is contained in:
@@ -28,7 +28,6 @@ public:
|
||||
|
||||
void write (Journal::Severity severity, std::string const& text)
|
||||
{
|
||||
// FIXME!
|
||||
LogSink::get()->write (text, convertSeverity (severity), m_partition.getName());
|
||||
}
|
||||
|
||||
@@ -47,7 +46,7 @@ public:
|
||||
template <class Key>
|
||||
static Journal get ()
|
||||
{
|
||||
return Journal (SharedSingleton <PartitionSink <Key> >::get (
|
||||
return Journal (*SharedSingleton <PartitionSink <Key> >::get (
|
||||
SingletonLifetime::neverDestroyed));
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user