From 23029ab2b66de334f8e9647d4d2333561faee45f Mon Sep 17 00:00:00 2001 From: JCW Date: Fri, 12 Sep 2025 23:39:29 +0100 Subject: [PATCH] Optimise Signed-off-by: JCW --- 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 cabdbc70d5..dc88aa51a3 100644 --- a/include/xrpl/basics/Log.h +++ b/include/xrpl/basics/Log.h @@ -290,7 +290,7 @@ private: { \ } \ else \ - JLOG_UNIQUE(stream) + std::move(JLOG_UNIQUE(stream)) #endif #ifndef CLOG