mirror of
https://github.com/xmrig/xmrig.git
synced 2025-01-11 05:14:40 +00:00
Minor verbiage tweak
Fixing mixed phrasing in error message
This commit is contained in:
parent
072881e1a1
commit
37df513b32
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue