From 8683702b63e5009bf5140b16f1078285e0144e0c Mon Sep 17 00:00:00 2001 From: nhsmw Date: Thu, 5 Sep 2024 15:43:08 +0800 Subject: [PATCH] Update replication_set.go --- cdc/scheduler/internal/v3/replication/replication_set.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdc/scheduler/internal/v3/replication/replication_set.go b/cdc/scheduler/internal/v3/replication/replication_set.go index 158fe527129..af6065db161 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" } }