client/Response: use Fmt() in FormatError()
This commit is contained in:
@@ -86,7 +86,7 @@ Response::Error(enum ack code, const char *msg) noexcept
|
|||||||
void
|
void
|
||||||
Response::FormatError(enum ack code, const char *fmt, ...) noexcept
|
Response::FormatError(enum ack code, const char *fmt, ...) noexcept
|
||||||
{
|
{
|
||||||
Format("ACK [%i@%u] {%s} ",
|
Fmt(FMT_STRING("ACK [{}@{}] {{{}}} "),
|
||||||
(int)code, list_index, command);
|
(int)code, list_index, command);
|
||||||
|
|
||||||
std::va_list args;
|
std::va_list args;
|
||||||
|
Reference in New Issue
Block a user