Skip to content

Commit a1a1a1b

Browse files
authored
fix error message
Signed-off-by: Patrik Cyvoct <[email protected]>
1 parent 8003909 commit a1a1a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/agent/agentserver/tunnel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ func (t *Tunnel) ServeHTTP(w http.ResponseWriter, r *http.Request) {
123123
}
124124
err = t.Server.Backend.Send(packet)
125125
if err != nil {
126-
klog.Errorf("Error sending packet %v", err)
126+
klog.Errorf("error sending packet %v", err)
127127
continue
128128
}
129129
klog.Infof("Forwarding on tunnel, packet %v", string(pkt[:n]))

0 commit comments

Comments
 (0)