#1708 Added "title" option.
This commit is contained in:
parent
33bfecd49b
commit
ea72052f50
15 changed files with 152 additions and 10 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue