[skip ci] Update debug log (#7956)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
pull/7961/head
Cai Yudong 2021-09-15 14:39:48 +08:00 committed by GitHub
parent 147d3eb42e
commit ab84f95e66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ func (t *timetickSync) RemoveDdlTimeTick(ts typeutil.Timestamp, reason string) {
}
}
t.ddlMinTs = minTs
log.Debug("update ddl minTs", zap.Any("minTs", ts))
log.Debug("update ddl minTs", zap.Any("minTs", minTs))
}
}