fix format char
This commit is contained in:
parent
246aaa9bd7
commit
58ccd2153e
|
@ -213,7 +213,7 @@ func isInConverge(event *model.Event) bool {
|
|||
}
|
||||
|
||||
if cnt >= convergeMaxCounts {
|
||||
logger.Infof("converge max counts: %c reached, current: %v, event hashid: %v", convergeMaxCounts, cnt, event.HashId)
|
||||
logger.Infof("converge max counts: %d reached, current: %v, event hashid: %v", convergeMaxCounts, cnt, event.HashId)
|
||||
return true
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue