Skip to content

Commit

Permalink
fix missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
glefloch committed Apr 19, 2017
1 parent 95195cc commit d007dd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libbeat/outputs/console/console.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ func (c *console) PublishEvent(
}

op.SigCompleted(s)
return
fail:
if opts.Guaranteed {
logp.Critical("Unable to publish events to console: %v", err)
Expand Down

0 comments on commit d007dd3

Please sign in to comment.