mirror of
https://github.com/SChernykh/p2pool.git
synced 2025-01-03 17:29:24 +00:00
Fixed wrong error message
This commit is contained in:
parent
966b499e5c
commit
0382027d70
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ void P2PServer::save_peer_list_async()
|
|||
});
|
||||
|
||||
if (err) {
|
||||
LOGERR(1, "update_peer_list: uv_queue_work failed, error " << uv_err_name(err));
|
||||
LOGERR(1, "save_peer_list_async: uv_queue_work failed, error " << uv_err_name(err));
|
||||
delete work;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue