mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-11-27 07:48:44 +00:00
Fix Sprintf
This commit is contained in:
parent
bad1e38746
commit
de653b06aa
@ -288,7 +288,7 @@ func (flow *handleIBDFlow) logIBDFinished(isFinishedSuccessfully bool, err error
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
successString = fmt.Sprintf("(interrupted: %s)", err)
|
successString = fmt.Sprintf("(interrupted: %s)", err)
|
||||||
} else {
|
} else {
|
||||||
successString = fmt.Sprintf("(interrupted)", err)
|
successString = fmt.Sprintf("(interrupted)")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
log.Infof("IBD with peer %s finished %s", flow.peer, successString)
|
log.Infof("IBD with peer %s finished %s", flow.peer, successString)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user