Skip to content

Commit 517c1ff

Browse files
authored
chore: fix typo in log message (#445)
Signed-off-by: Yujun Zhang <yujunz@nvidia.com> Signed-off-by: Yujun Zhang <yujunz@nvidia.com>
1 parent c036d3f commit 517c1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cache/cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ func (c *clusterCache) watchEvents(ctx context.Context, api kube.APIResourceInfo
599599

600600
// re-synchronize API state and restart watch periodically
601601
case <-watchResyncTimeoutCh:
602-
return fmt.Errorf("Resyncing %s on %s during to timeout", api.GroupKind, c.config.Host)
602+
return fmt.Errorf("Resyncing %s on %s due to timeout", api.GroupKind, c.config.Host)
603603

604604
// re-synchronize API state and restart watch if retry watcher failed to continue watching using provided resource version
605605
case <-w.Done():

0 commit comments

Comments
 (0)