Skip to content

Commit dcb2c29

Browse files
aramasek8s-infra-cherrypick-robot
authored andcommitted
fix: update nodeserver publish logs
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
1 parent be693d3 commit dcb2c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/secrets-store/nodeserver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ func (ns *nodeServer) NodePublishVolume(ctx context.Context, req *csi.NodePublis
141141
return &csi.NodePublishVolumeResponse{}, nil
142142
}
143143

144-
klog.V(2).InfoS("node publish volume", "target", targetPath, "volumeId", volumeID, "attributes", attrib, "mount flags", mountFlags)
144+
klog.V(2).InfoS("node publish volume", "target", targetPath, "volumeId", volumeID, "mount flags", mountFlags)
145145

146146
if isMockProvider(providerName) {
147147
// mock provider is used only for running sanity tests against the driver

0 commit comments

Comments
 (0)