mirror of
https://github.com/xmrig/xmrig.git
synced 2024-11-05 16:07:42 +00:00
Fix "colors" option.
This commit is contained in:
parent
fa2a0b9b79
commit
1774b42345
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ bool xmrig::BaseConfig::read(const IJsonReader &reader, const char *fileName)
|
||||||
m_dryRun = reader.getBool("dry-run", m_dryRun);
|
m_dryRun = reader.getBool("dry-run", m_dryRun);
|
||||||
m_syslog = reader.getBool("syslog", m_syslog);
|
m_syslog = reader.getBool("syslog", m_syslog);
|
||||||
m_watch = reader.getBool("watch", m_watch);
|
m_watch = reader.getBool("watch", m_watch);
|
||||||
|
Log::colors = reader.getBool("colors", Log::colors);
|
||||||
m_logFile = reader.getString("log-file");
|
m_logFile = reader.getString("log-file");
|
||||||
m_userAgent = reader.getString("user-agent");
|
m_userAgent = reader.getString("user-agent");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue