Skip to content

Commit

Permalink
Merge pull request #4381 from josedonizetti/fix-kvm-gpu-log
Browse files Browse the repository at this point in the history
Fix kvm gpu log
  • Loading branch information
sharifelgamal authored May 30, 2019
2 parents 16af8b4 + 986c61d commit 94e9c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/drivers/kvm/gpu.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func isIsolated(device string) bool {
iommuGroupPath := filepath.Join(sysFsPCIDevicesPath, device, "iommu_group", "devices")
otherDevices, err := ioutil.ReadDir(iommuGroupPath)
if err != nil {
log.Infof("Error reading %q: %v", iommuGroupPath)
log.Infof("Error reading %q: %v", iommuGroupPath, err)
return false
}

Expand Down

0 comments on commit 94e9c00

Please sign in to comment.