Skip to content

Commit e8063c5

Browse files
committed
update log statement
1 parent dabf469 commit e8063c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/mount/mount.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func (m *mounter) getDevicePathBySerialID(volumeID string) (string, error) {
114114
// First try XenServer device paths
115115
xenDevicePath, err := m.getDevicePathForXenServer(volumeID)
116116
if err != nil {
117-
fmt.Printf("Failed to get VMware device path: %v\n", err)
117+
fmt.Printf("Failed to get XenServer device path: %v\n", err)
118118
}
119119
if xenDevicePath != "" {
120120
return xenDevicePath, nil

0 commit comments

Comments
 (0)