Skip to content

Commit

Permalink
Removed hook kill logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnedo committed Feb 15, 2016
1 parent fd427d0 commit 002c297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projectconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func (settings *ProjectConfig) LaunchSignalWatcher() {
for _, con := range append(settings.ContainerCleanupList, settings.ContainerList...) {
for _, hooks := range con.Hooks {
if hooks.Ses != nil {
Info.Println("killing hook...")
Debug.Println("killing hook...")
hooks.Ses.Kill(syscall.SIGKILL)
}
}
Expand Down

0 comments on commit 002c297

Please sign in to comment.