1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-18 03:46:18 -05:00

Merge branch 'dev' into feature-opencl

This commit is contained in:
XMRig
2019-08-30 16:47:51 +07:00
23 changed files with 536 additions and 339 deletions

View File

@@ -184,7 +184,10 @@ int xmrig::Base::init()
Platform::setProcessPriority(config()->cpu().priority());
# endif
if (!config()->isBackground()) {
if (config()->isBackground()) {
Log::background = true;
}
else {
Log::add(new ConsoleLog());
}