Skip to content

Commit 75d18d7

Browse files
hannahhowarddirkmc
andauthored
Update loadbalancer/servicenode.go
Co-authored-by: dirkmc <dirkmdev@gmail.com>
1 parent ecc727f commit 75d18d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loadbalancer/servicenode.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func (sn *ServiceNode) handleForwarding(s network.Stream) {
9797
return
9898
}
9999

100-
log.Debugw("received forwarding request for protoocl", "protocols", request.Protocols, "remote", request.Remote)
100+
log.Debugw("received forwarding request for protocol", "protocols", request.Protocols, "remote", request.Remote)
101101

102102
// validate the request
103103
handler, responseErr := sn.validateForwardingRequest(request)

0 commit comments

Comments
 (0)