Skip to content

Commit

Permalink
fix typo (go-mysql-org#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
yinheli authored and siddontang committed Mar 9, 2019
1 parent 670f74e commit 7263f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canal/dump.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func (c *Canal) tryDump() error {
if (len(pos.Name) > 0 && pos.Pos > 0) ||
(gset != nil && gset.String() != "") {
// we will sync with binlog name and position
log.Infof("skip dump, use last binlog replication pos %s or GTID set %s", pos, gset)
log.Infof("skip dump, use last binlog replication pos %s or GTID set %v", pos, gset)
return nil
}

Expand Down

0 comments on commit 7263f56

Please sign in to comment.