Browse Source

Reduce verbosity.

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

1
libethereum/Client.cpp

@ -232,6 +232,7 @@ void Client::uninstallWatch(unsigned _i)
void Client::noteChanged(h256Set const& _filters)
{
Guard l(m_filterLock);
if (_filters.size())
cnote << "noteChanged(" << _filters << ")";
// accrue all changes left in each filter into the watches.
for (auto& i: m_watches)

Loading…
Cancel
Save