mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-22 03:55:53 +00:00
Fix PR comments
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
@@ -167,13 +167,9 @@ Logs::journal(
|
||||
if (globalLogAttributes_)
|
||||
{
|
||||
if (attributes)
|
||||
{
|
||||
attributes->combine(globalLogAttributes_);
|
||||
}
|
||||
else
|
||||
{
|
||||
attributes = globalLogAttributes_->clone();
|
||||
}
|
||||
}
|
||||
return beast::Journal(get(name), name, std::move(attributes));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user