Skip to content

Commit

Permalink
fix: refine logs
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Jul 13, 2024
1 parent 0708b32 commit a03fa0e
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 a03fa0e

Please sign in to comment.