Browse Source

Fix for #1766

cl-refactor
Gav Wood 10 years ago
parent
commit
c4fb35d419
  1. 2
      libethereum/Client.cpp

2
libethereum/Client.cpp

@ -646,7 +646,7 @@ void Client::tick()
m_bq.tick(m_bc);
m_lastTick = chrono::system_clock::now();
if (m_report.ticks == 15)
cnote << activityReport();
clog(ClientTrace) << activityReport();
}
}

Loading…
Cancel
Save