Update NetworkState.cpp

This commit is contained in:
Steve 2021-02-27 10:19:50 -06:00 committed by GitHub
parent 4a8e7510e1
commit 14deb55fcc
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;
}