mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-02-22 07:03:28 +00:00
Fix the spelling error of grpc in the log
This commit is contained in:
@@ -100,7 +100,7 @@ func (c *client) Disconnect() error {
|
||||
c.mutex.Lock()
|
||||
if c.grpc != nil {
|
||||
if err := c.grpc.Close(); err != nil {
|
||||
klog.V(2).ErrorS(err, "Failed to close grcp connection", "resource", c.Resource())
|
||||
klog.V(2).ErrorS(err, "Failed to close grpc connection", "resource", c.Resource())
|
||||
}
|
||||
c.grpc = nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user