From 8d9fe4e5c3482c6a47fdf62be824a482e851bfa5 Mon Sep 17 00:00:00 2001 From: Jan Willem Penterman Date: Thu, 27 Aug 2015 11:50:10 +0200 Subject: [PATCH] log hashrate by default --- ethminer/MinerAux.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ethminer/MinerAux.h b/ethminer/MinerAux.h index e23d4b35d..e1debead4 100644 --- a/ethminer/MinerAux.h +++ b/ethminer/MinerAux.h @@ -91,6 +91,7 @@ struct MiningChannel: public LogChannel { static const char* name() { return EthGreen "miner"; } static const int verbosity = 2; + static const bool debug = false; }; #define minelog clog(MiningChannel)