Skip to content

Commit

Permalink
Added an oomwatcher function to manager
Browse files Browse the repository at this point in the history
  • Loading branch information
kateknister committed Feb 19, 2015
1 parent e542ff0 commit 0f8623a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ func (self *manager) watchForNewOoms() error {
}
err = oomLog.StreamOoms(outStream)
if err != nil {
glog.Errorf("error streaming OOMs: %v", err)
return err
}
go func() {
for oomInstance := range outStream {
Expand Down

0 comments on commit 0f8623a

Please sign in to comment.