From 84f935c3d1e7527c923c32c21b8d4c7fc5fc01d8 Mon Sep 17 00:00:00 2001 From: parhelia512 <0011d3@gmail.com> Date: Fri, 5 Sep 2025 00:08:45 +0800 Subject: [PATCH] Update RPC.cpp --- src/api/RPC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/RPC.cpp b/src/api/RPC.cpp index fe5a1d3..eeec570 100644 --- a/src/api/RPC.cpp +++ b/src/api/RPC.cpp @@ -10,7 +10,7 @@ namespace API { } #define CHECK(method) \ -if (!Configs::dataStore->core_running) MW_show_log("Cannot invoke method" + QString(method) + ", core is not running"); +if (!Configs::dataStore->core_running) MW_show_log("Cannot invoke method " + QString(method) + ", core is not running"); #define NOT_OK \ *rpcOK = false; \