Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: 083f5e007cdc3225dfa0e9f956a94f8345deb306
https://github.com/conformal/btcd/commit/083f5e007cdc3225dfa0e9f956a94f8345deb306
Author: Dave Collins <[email protected]>
Date: 2014-03-19 (Wed, 19 Mar 2014)
Changed paths:
M util/addblock/import.go
Log Message:
-----------
Correct the new addblock progress logging.
The code was not resetting the counters when logging a message, so the
stats kept increasing rather than showing the number of items processed
since the last log message.
This has been resolved by copying the log function directly from btcd and
modifying it slightly to work with the importer.