Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

control/runner.go uses wrong error for some error logging causing a panic #929

Closed
tiffanyfay opened this issue May 17, 2016 · 0 comments
Closed
Labels

Comments

@tiffanyfay
Copy link
Contributor

e.g.

e := r.restartPlugin(plugin.Key())
            if e != nil {
                runnerLog.WithFields(log.Fields{
                    "_block": "handle-events",
                }).Error(err.Error()) << should be e.Error()
                return
            }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant