Skip to content

Commit 2d4759b

Browse files
authored
Merge pull request #1979 from k8s-infra-cherrypick-robot/cherry-pick-1977-to-release-1.29
[release-1.29] cleanup: logs refine
2 parents dfa2808 + f02545a commit 2d4759b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/azurefile/nodeserver.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ func (d *Driver) NodeStageVolume(ctx context.Context, req *csi.NodeStageVolumeRe
323323
}
324324
}
325325

326-
klog.V(2).Infof("cifsMountPath(%v) fstype(%v) volumeID(%v) context(%v) mountflags(%v) mountOptions(%v) volumeMountGroup(%s)", cifsMountPath, fsType, volumeID, context, mountFlags, mountOptions, volumeMountGroup)
326+
klog.V(2).Infof("cifsMountPath(%v) fstype(%v) volumeID(%v) mountflags(%v) mountOptions(%v) volumeMountGroup(%s)", cifsMountPath, fsType, volumeID, mountFlags, mountOptions, volumeMountGroup)
327327

328328
isDirMounted, err := d.ensureMountPoint(cifsMountPath, os.FileMode(mountPermissions))
329329
if err != nil {

0 commit comments

Comments
 (0)