Rename Console class to Log.

This commit is contained in:
XMRig 2017-06-20 13:04:38 +03:00
parent a791bc113e
commit 77d9beaf89
12 changed files with 57 additions and 60 deletions

View file

@ -23,11 +23,10 @@
#include <string.h>
//#include <stdlib.h>
#include "log/Log.h"
#include "net/Job.h"
#include "Console.h"
static inline unsigned char hf_hex2bin(char c, bool &err)