diff --git a/cdc/scheduler/internal/v3/replication/replication_set.go b/cdc/scheduler/internal/v3/replication/replication_set.go index 1012db5e58c..f3662cf4193 100644 --- a/cdc/scheduler/internal/v3/replication/replication_set.go +++ b/cdc/scheduler/internal/v3/replication/replication_set.go @@ -81,7 +81,7 @@ func (r ReplicationSetState) String() string { case ReplicationSetStateRemoving: return "Removing" default: - return fmt.Sprintf("Unknown %d", r) + return "Unknown" } }