Skip to content

Commit 68c523a

Browse files
andyzhangxk8s-infra-cherrypick-robot
authored andcommitted
cleanup: print info error for volumeID parsing error
1 parent e4fa79b commit 68c523a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/azurefile/azurefile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ func (d *Driver) GetAccountInfo(ctx context.Context, volumeID string, secrets, r
736736
rgName, accountName, fileShareName, diskName, secretNamespace, subsID, err := GetFileShareInfo(volumeID)
737737
if err != nil {
738738
// ignore volumeID parsing error
739-
klog.Warningf("parsing volumeID(%s) return with error: %v", volumeID, err)
739+
klog.V(2).Infof("parsing volumeID(%s) return with error: %v", volumeID, err)
740740
err = nil
741741
}
742742

0 commit comments

Comments
 (0)