Skip to content

Commit

Permalink
Merge pull request #1578 from pweil-/reaper-typo
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Apr 6, 2015
2 parents 5b7b650 + 3f1914e commit 22896c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/proc/reaper.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func StartReaper() {
glog.V(4).Infof("Waiting to reap")
cpid, _ := syscall.Wait4(-1, nil, syscall.WNOHANG, nil)
if cpid < 1 {
glog.V(4).Infof("No more process to reap.")
glog.V(4).Infof("No more processes to reap.")
break
}

Expand Down

0 comments on commit 22896c3

Please sign in to comment.