fix:修正一个警告。

This commit is contained in:
taynpg 2025-04-08 13:09:45 +08:00
parent ae40b7f1a9
commit c4bcfebdd1

View File

@ -63,7 +63,7 @@ void CClient::print_help(bool detail)
return; return;
} }
constexpr char* sp = "=================================================="; std::string sp = "==================================================";
TLOGI("{}", sp); TLOGI("{}", sp);
TLOGW("#Get#"); TLOGW("#Get#");
TLOGI(" des: Get all clients on server."); TLOGI(" des: Get all clients on server.");