Minor verbiage tweak

Fixing mixed phrasing in error message
This commit is contained in:
Ian Maddox 2021-02-23 11:34:10 -08:00 committed by GitHub
parent 072881e1a1
commit 37df513b32
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;
}