Browse Source

log hashrate by default

cl-refactor
Jan Willem Penterman 10 years ago
parent
commit
8d9fe4e5c3
  1. 1
      ethminer/MinerAux.h

1
ethminer/MinerAux.h

@ -91,6 +91,7 @@ struct MiningChannel: public LogChannel
{ {
static const char* name() { return EthGreen "miner"; } static const char* name() { return EthGreen "miner"; }
static const int verbosity = 2; static const int verbosity = 2;
static const bool debug = false;
}; };
#define minelog clog(MiningChannel) #define minelog clog(MiningChannel)

Loading…
Cancel
Save