Skip to content

Commit

Permalink
Fixes logger output for legacy network label
Browse files Browse the repository at this point in the history
Signed-off-by: Sagar Muchhal <muchhals@vmware.com>
  • Loading branch information
srm09 committed Jan 18, 2023
1 parent fa392a2 commit 3254f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/services/network/netop_provider.go
Expand Up @@ -55,7 +55,7 @@ func (np *netopNetworkProvider) getDefaultClusterNetwork(ctx *vmware.ClusterCont
return networkWithLabel, nil
}

ctx.Logger.Info("falling back to legacy label %s to identify default network", legacyDefaultNetworkLabel)
ctx.Logger.Info("falling back to legacy label to identify default network", "label", legacyDefaultNetworkLabel)
return np.getDefaultClusterNetworkWithLabel(ctx, legacyDefaultNetworkLabel)
}

Expand Down

0 comments on commit 3254f88

Please sign in to comment.