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

@ -33,7 +33,7 @@
# include <malloc.h>
#endif
#include "Console.h"
#include "log/Log.h"
#include "crypto/CryptoNight.h"
#include "Mem.h"
#include "Options.h"