Another Info -> Infof.

This commit is contained in:
Josh Rickmar 2014-03-17 15:50:45 -05:00
parent 6be1d86df2
commit 5027acc348

View file

@ -515,7 +515,7 @@ func (a *Account) RescanActiveAddresses() {
a.MarkAllSynced()
AcctMgr.ds.FlushAccount(a)
log.Info("Finished rescan for account '%v'", a.name)
log.Infof("Finished rescan for account '%v'", a.name)
}
func (a *Account) ResendUnminedTxs() {