#614 Fix display issue with huge pages percentage when colors disabled.

This commit is contained in:
XMRig
2018-05-08 02:39:11 +07:00
parent 3f0eb7aaaa
commit b988a4d8fe

View File

@@ -307,7 +307,7 @@ void Workers::start(IWorker *worker)
m_status.hugePages, m_status.pages, percent, memory);
}
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);
}
}