Skip to content

Commit

Permalink
Fixing vet issue on apm.go
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusDantas committed Dec 23, 2015
1 parent 3818875 commit b937c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apm.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func stopRemoteMasterServer() {

if ok, p, _ := isDaemonRunning(ctx); ok {
if err := p.Signal(syscall.Signal(syscall.SIGQUIT)); err != nil {
log.Fatal("Failed to kill daemon %v", err)
log.Fatalf("Failed to kill daemon %v", err)
}
} else {
ctx.Release()
Expand Down

0 comments on commit b937c30

Please sign in to comment.