Skip to content

Commit b87ba67

Browse files
committed
fix log
1 parent 8ff7670 commit b87ba67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aws/aws.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ func (s *awsOps) IsVolumesReadyToExpand(volumeIDs []*string) (bool, error) {
964964
var state string
965965
for i := 0; i < len(states); i++ {
966966
if states[i] == nil || states[i].ModificationState == nil {
967-
logrus.Infof("volume modification state is nil for volume id: %s", state, *volumeIDs[i])
967+
logrus.Infof("volume modification state is nil for volume id: %s", *volumeIDs[i])
968968
continue
969969
}
970970

0 commit comments

Comments
 (0)