Skip to content

Commit eec1777

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/azurefile/azurefile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ func (d *Driver) GetAccountInfo(ctx context.Context, volumeID string, secrets, r
727727
rgName, accountName, fileShareName, diskName, secretNamespace, subsID, err := GetFileShareInfo(volumeID)
728728
if err != nil {
729729
// ignore volumeID parsing error
730-
klog.Warningf("parsing volumeID(%s) return with error: %v", volumeID, err)
730+
klog.V(2).Infof("parsing volumeID(%s) return with error: %v", volumeID, err)
731731
err = nil
732732
}
733733

0 commit comments

Comments
 (0)