Fixed bug in log.
This commit is contained in:
parent
c8c874dadf
commit
0e7036cf24
1 changed files with 1 additions and 1 deletions
|
@ -992,7 +992,7 @@ void xmrig::Client::onConnect(uv_connect_t *req, int status)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (client->state() == ConnectedState) {
|
if (client->state() == ConnectedState) {
|
||||||
LOG_ERR("[%s] already connected");
|
LOG_ERR("[%s] already connected", client->url());
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue