Update NetworkState.cpp
This commit is contained in:
parent
4a8e7510e1
commit
14deb55fcc
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ void xmrig::NetworkState::printConnection() const
|
||||||
void xmrig::NetworkState::printResults() const
|
void xmrig::NetworkState::printResults() const
|
||||||
{
|
{
|
||||||
if (!m_hashes) {
|
if (!m_hashes) {
|
||||||
LOG_NOTICE(YELLOW_BOLD_S "no any results yet");
|
LOG_NOTICE(YELLOW_BOLD_S "No results yet");
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue