mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-14 20:10:50 -04:00
Fixes error message.
This commit is contained in:
parent
9ae90d2149
commit
a84e49aaab
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ func CleanupLeftovers(ipt iptables.Interface) (encounteredError bool) {
|
|||
encounteredError = true
|
||||
} else {
|
||||
if err = ipt.DeleteChain(iptables.TableNAT, c); err != nil {
|
||||
glog.Errorf("Error flushing userspace chain: %v", err)
|
||||
glog.Errorf("Error deleting userspace chain: %v", err)
|
||||
encounteredError = true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue