Update RPC.cpp

This commit is contained in:
parhelia512 2025-09-05 00:08:45 +08:00 committed by GitHub
parent 12b9c81e94
commit 84f935c3d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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; \