Commit 2cf207ec authored by Alex Mohr's avatar Alex Mohr

Merge pull request #13992 from aveshagarwal/userspace-proxy-typo

Fixes error message.
parents 0789627b a84e49aa
......@@ -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
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment