#1708 Added "title" option.

This commit is contained in:
XMRig 2020-06-06 00:24:58 +07:00
parent 33bfecd49b
commit ea72052f50
No known key found for this signature in database
GPG key ID: 446A53638BE94409
15 changed files with 152 additions and 10 deletions

View file

@ -184,7 +184,7 @@ int xmrig::Base::init()
Log::setBackground(true);
}
else {
Log::add(new ConsoleLog());
Log::add(new ConsoleLog(config()->title()));
}
if (config()->logFile()) {