Skip to content

Commit 505cd34

Browse files
authored
Merge pull request #2391 from k8s-infra-cherrypick-robot/cherry-pick-2389-to-release-1.30
[release-1.30] cleanup: print info error for volumeID parsing
2 parents ddf918f + eec1777 commit 505cd34

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)