Skip to content

Commit

Permalink
Fix console output (#4045) (#4130)
Browse files Browse the repository at this point in the history
* fix missing return

(cherry picked from commit 18525be)
  • Loading branch information
ruflin authored and tsg committed Apr 28, 2017
1 parent 1ae431d commit 388ace0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ https://github.com/elastic/beats/compare/v5.3.0...master[Check the HEAD diff]
==== Bugfixes

*Affecting all Beats*

- Fix console output {pull}4045[4045]

*Filebeat*

Expand Down
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 nil
fail:
if opts.Guaranteed {
logp.Critical("Unable to publish events to console: %v", err)
Expand Down

0 comments on commit 388ace0

Please sign in to comment.