Skip to content

Commit

Permalink
Merge pull request #1982 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…1981-to-release-1.30

[release-1.30] cleanup: refine logs
  • Loading branch information
andyzhangx authored Jul 14, 2024
2 parents a3ad7a6 + 39f0af0 commit 6667cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/azurefile/nodeserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func (d *Driver) NodePublishVolume(ctx context.Context, req *csi.NodePublishVolu
setKeyValueInMap(context, getAccountKeyFromSecretField, trueValue)
setKeyValueInMap(context, storageAccountField, "")
}
klog.V(2).Infof("NodePublishVolume: ephemeral volume(%s) mount on %s, VolumeContext: %v", volumeID, target, context)
klog.V(2).Infof("NodePublishVolume: ephemeral volume(%s) mount on %s", volumeID, target)
_, err := d.NodeStageVolume(ctx, &csi.NodeStageVolumeRequest{
StagingTargetPath: target,
VolumeContext: context,
Expand Down

0 comments on commit 6667cfe

Please sign in to comment.