fix format char

This commit is contained in:
UlricQin 2020-04-02 17:34:51 +08:00
parent 246aaa9bd7
commit 58ccd2153e
1 changed files with 1 additions and 1 deletions

View File

@ -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
}