Another Info -> Infof.
This commit is contained in:
parent
6be1d86df2
commit
5027acc348
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue