Branch: refs/heads/master
Home: https://github.com/btcsuite/btcrpcclient
Commit: b81555beeac8eda71e8150cc9d63631aaa756965
https://github.com/btcsuite/btcrpcclient/commit/b81555beeac8eda71e8150cc9d63631aaa756965
Author: Rune T. Aune <[email protected]>
Date: 2015-11-21 (Sat, 21 Nov 2015)
Changed paths:
M infrastructure.go
Log Message:
-----------
Fix "Established connection" log message.
Don't log "Established connection" message on new when
DisableConnectOnNew is set and no connection was actually established.
Do log that same message when Connect() successfully connects.