#40 Fix crash on Linux.

This commit is contained in:
XMRig 2017-07-19 04:28:59 +03:00
parent ebf54c6d04
commit 8f38462bbe
8 changed files with 21 additions and 8 deletions

View file

@ -127,7 +127,7 @@ void Network::onPause(IStrategy *strategy)
}
if (!m_strategy->isActive()) {
LOG_ERR("no active pools, pause mining");
LOG_ERR("no active pools, stop mining");
return Workers::pause();
}
}