Skip to content

Commit

Permalink
adopt Restart call to PR#107 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Sturm committed Dec 12, 2016
1 parent 391fab4 commit 388a0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/action_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func restartAction(action graylog.ResponseCollectorAction) {
for name, runner := range Daemon.Runner {
if name == action.Backend {
log.Infof("[%s] Executing requested collector restart", name)
runner.Restart(runner.GetService())
runner.Restart()
}
}
}

0 comments on commit 388a0fd

Please sign in to comment.