Merge pull request #2128 from ianmaddox/patch-1

Minor verbiage tweak
This commit is contained in:
xmrig 2021-03-08 04:02:02 +07:00 committed by GitHub
commit 576ff120e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -206,7 +206,7 @@ void xmrig::NetworkState::printConnection() const
void xmrig::NetworkState::printResults() const
{
if (!m_hashes) {
LOG_NOTICE(YELLOW_BOLD_S "no any results yet");
LOG_NOTICE(YELLOW_BOLD_S "no results yet");
return;
}