Skip to content

Commit

Permalink
update word
Browse files Browse the repository at this point in the history
  • Loading branch information
WangXiangUSTC committed May 6, 2019
1 parent 4e354ea commit 7b4fcbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/diff/diff.go
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ func compareData(map1, map2 map[string]*dbutil.ColumnData, orderKeyCols []*model
}

if cmp == 0 {
log.Warn("find difference row", zap.String("column", key), zap.String("row1", rowToString(map1)), zap.String("row2", rowToString(map2)))
log.Warn("find different row", zap.String("column", key), zap.String("row1", rowToString(map1)), zap.String("row2", rowToString(map2)))
} else if cmp > 0 {
log.Warn("target had superfluous data", zap.String("row", rowToString(map2)))
} else {
Expand Down

0 comments on commit 7b4fcbf

Please sign in to comment.