mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-03-17 17:10:26 +00:00
Merge pull request #222 from jstangroome/log-monitor-typo
Fix the spelling of monitor in the error message
This commit is contained in:
@@ -67,7 +67,7 @@ func (p *problemDetector) Run() error {
|
||||
chans = append(chans, ch)
|
||||
}
|
||||
if len(chans) == 0 {
|
||||
return fmt.Errorf("no log montior is successfully setup")
|
||||
return fmt.Errorf("no log monitor is successfully setup")
|
||||
}
|
||||
ch := groupChannel(chans)
|
||||
glog.Info("Problem detector started")
|
||||
|
||||
Reference in New Issue
Block a user