From d0f078949091aa1ce76b05928b707f24ccca2631 Mon Sep 17 00:00:00 2001 From: Jingchen Date: Wed, 27 Aug 2025 11:10:30 +0100 Subject: [PATCH] Update include/xrpl/basics/Log.h Co-authored-by: Vito Tumas <5780819+Tapanito@users.noreply.github.com> --- include/xrpl/basics/Log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xrpl/basics/Log.h b/include/xrpl/basics/Log.h index 8df19045a1..b9eaa6b90c 100644 --- a/include/xrpl/basics/Log.h +++ b/include/xrpl/basics/Log.h @@ -239,7 +239,7 @@ public: } else { - globalLogAttributes_->combine(std::move(globalLogAttributes_)); + globalLogAttributes_->combine(std::move(globalLogAttributes)); } }