Update log.

This commit is contained in:
XMRig 2020-12-01 23:28:07 +07:00
parent 2715bc20d9
commit 121c515a07
No known key found for this signature in database
GPG key ID: 446A53638BE94409
12 changed files with 79 additions and 114 deletions

View file

@ -166,6 +166,7 @@ private:
xmrig::Base::Base(Process *process)
: d_ptr(new BasePrivate(process))
{
Log::init();
}