mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Make watching error logging message less severe since it is expected.
Fix #1653
This commit is contained in:
parent
58ed4eb3bc
commit
33ef0ca159
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ func (s *SourceEtcd) run() {
|
|||
return
|
||||
}
|
||||
if event.Type == watch.Error {
|
||||
glog.Errorf("Watch error: %v", event.Object)
|
||||
glog.Infof("Watch closed (%#v). Reopening.", event.Object)
|
||||
watching.Stop()
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue