Update include/xrpl/basics/Log.h

Co-authored-by: Vito Tumas <5780819+Tapanito@users.noreply.github.com>
This commit is contained in:
Jingchen
2025-08-27 11:10:30 +01:00
committed by JCW
parent d36ef0cd18
commit d0f0789490

View File

@@ -239,7 +239,7 @@ public:
}
else
{
globalLogAttributes_->combine(std::move(globalLogAttributes_));
globalLogAttributes_->combine(std::move(globalLogAttributes));
}
}