Skip to content

Commit

Permalink
Fixed error message
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-zaitsev committed Dec 24, 2024
1 parent 58c1e1d commit 294cdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/chi/worker-migrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (w *worker) migrateTables(ctx context.Context, host *api.Host, opts ...*mig
WithEvent(host.GetCR(), a.EventActionCreate, a.EventReasonCreateFailed).
WithAction(host.GetCR()).
M(host).F().
Error("ERROR add tables added successfully on shard/host:%d/%d cluster:%s err:%v",
Error("ERROR add tables failed on shard/host:%d/%d cluster:%s err:%v",
host.Runtime.Address.ShardIndex, host.Runtime.Address.ReplicaIndex, host.Runtime.Address.ClusterName, err)
}
return err
Expand Down

0 comments on commit 294cdb6

Please sign in to comment.