Fix regression, option --no-color not fully disabled colored output.

This commit is contained in:
XMRig 2017-06-19 10:58:28 +03:00
parent ed0972da85
commit 9bfa49b7d0
5 changed files with 23 additions and 24 deletions

View file

@ -34,7 +34,6 @@
#endif
#include "Console.h"
#include "Cpu.h"
#include "donate.h"
#include "net/Url.h"
@ -173,7 +172,7 @@ Options::Options(int argc, char **argv) :
}
if (!m_url) {
LOG_ERR("No pool URL supplied. Exiting.", argv[0]);
fprintf(stderr, "No pool URL supplied. Exiting.");
return;
}