net-misc/xmrig: use elog instead of einfo

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
This commit is contained in:
Theo Anderson
2020-12-28 19:08:39 +13:00
parent c7735f4997
commit 04939e1ba7

View File

@@ -49,6 +49,6 @@ src_install() {
}
pkg_postinst() {
einfo "Increase the vm.nr_hugepages sysctl value so that XMRig can allocate with huge pages."
elog "Increase the vm.nr_hugepages sysctl value so that XMRig can allocate with huge pages."
optfeature "CPU specific performance tweaks" sys-apps/msr-tools
}