Skip to content

Commit

Permalink
resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
realshuting committed Jul 9, 2019
1 parent 42b8bcc commit 7490217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/event/controller.go
Expand Up @@ -141,7 +141,7 @@ func (c *controller) SyncHandler(key Info) error {
default:
robj, err = c.client.GetResource(key.Kind, key.Namespace, key.Name)
if err != nil {
glog.Errorf("Error creating event: unable to get resource %s, %s, will retry ", resource, key.Namespace+"/"+key.Name)
glog.Errorf("Error creating event: unable to get resource %s, %s, will retry ", key.Kind, key.Namespace+"/"+key.Name)
return err
}
}
Expand Down

0 comments on commit 7490217

Please sign in to comment.