Skip to content
Snippets Groups Projects
Verified Commit c6780c06 authored by Malte Bauch's avatar Malte Bauch
Browse files

Linter pleasing

parent 99e5ef78
Branches
Tags
1 merge request!220Improve error message on route creation
Pipeline #226095 passed
This commit is part of merge request !220. Comments created here will be created in the context of that merge request.
...@@ -75,7 +75,7 @@ func (yh *AssignForwardingHandler) Update(c ygot.ValidatedGoStruct, jobs []*gnmi ...@@ -75,7 +75,7 @@ func (yh *AssignForwardingHandler) Update(c ygot.ValidatedGoStruct, jobs []*gnmi
addressPrefix = initiatingKmsAddress.GetHostname() addressPrefix = initiatingKmsAddress.GetHostname()
} }
log.Debugf("AssignForwardingHandler - InitiatingKMSAddress was set with the following parameters; NodeId: %s, Hostname: %s, IpAddress: %s, Port: %s", initiatingKmsAddress.GetNodeId(), initiatingKmsAddress.GetHostname(), initiatingKmsAddress.GetIpAddress(), initiatingKmsAddress.GetPort()) log.Debugf("AssignForwardingHandler - InitiatingKMSAddress was set with the following parameters: NodeId: %s, Hostname: %s, IpAddress: %s, Port: %d", initiatingKmsAddress.GetNodeId(), initiatingKmsAddress.GetHostname(), initiatingKmsAddress.GetIpAddress(), initiatingKmsAddress.GetPort())
if addressPrefix != "" { if addressPrefix != "" {
initKMS = &util.RemoteKMS{ initKMS = &util.RemoteKMS{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment