mirror of
https://github.com/xmrig/xmrig.git
synced 2024-11-06 00:17:39 +00:00
#614 Fix display issue with huge pages percentage when colors disabled.
This commit is contained in:
parent
bee1285e3a
commit
d7d3fec058
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ void Workers::start(IWorker *worker)
|
||||||
m_status.hugePages, m_status.pages, percent, memory);
|
m_status.hugePages, m_status.pages, percent, memory);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
LOG_INFO("READY (CPU) threads %zu(%zu) huge pages %zu/%zu %f%% memory %zu.0 MB",
|
LOG_INFO("READY (CPU) threads %zu(%zu) huge pages %zu/%zu %1.0f%% memory %zu.0 MB",
|
||||||
m_status.threads, m_status.ways, m_status.hugePages, m_status.pages, percent, memory);
|
m_status.threads, m_status.ways, m_status.hugePages, m_status.pages, percent, memory);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue