Skip to content

Commit

Permalink
Make graceful degradation of OOM events clearer.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjnagal committed Jun 9, 2015
1 parent b1be2a0 commit a449977
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 @@ -227,7 +227,7 @@ func (self *manager) Start() error {
// Watch for OOMs.
err = self.watchForNewOoms()
if err != nil {
glog.Errorf("Failed to start OOM watcher, will not get OOM events: %v", err)
glog.Warningf("Could not configure a source for OOM detection, disabling OOM events: %v", err)
}

// If there are no factories, don't start any housekeeping and serve the information we do have.
Expand Down

0 comments on commit a449977

Please sign in to comment.