mirror of
https://github.com/clearlinux/hyperstart.git
synced 2026-08-28 04:56:50 +00:00
container: Fix error message in hyper_rescan_scsi()
The message needs to mention scanning scsi, not virtio-ports. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
+1
-1
@@ -471,7 +471,7 @@ static int hyper_rescan_scsi(void)
|
||||
|
||||
num = scandir("/sys/class/scsi_host/", &list, NULL, NULL);
|
||||
if (num < 0) {
|
||||
perror("scan /sys/calss/virtio-ports/ failed");
|
||||
perror("scan /sys/class/scsi_host/ failed");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user