Fixed bug in log.

This commit is contained in:
XMRig
2020-04-22 09:04:48 +07:00
parent a06fa3c2f2
commit 9f1747cb1c

View File

@@ -992,7 +992,7 @@ void xmrig::Client::onConnect(uv_connect_t *req, int status)
}
if (client->state() == ConnectedState) {
LOG_ERR("[%s] already connected");
LOG_ERR("[%s] already connected", client->url());
return;
}