Skip to content

Commit

Permalink
Add module to agent log message
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson committed Nov 1, 2018
1 parent 8f81a9a commit b44090b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ func (a *Agent) startServiceInputs(

err := si.Start(acc)
if err != nil {
log.Printf("E! Service for input %s failed to start: %v",
log.Printf("E! [agent] Service for input %s failed to start: %v",
input.Name(), err)

for _, si := range started {
Expand Down

0 comments on commit b44090b

Please sign in to comment.