Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
Itxaka
2024-05-22 14:30:59 +02:00
parent edf09c4923
commit 0bb8c72097
4 changed files with 40 additions and 20 deletions

View File

@@ -24,5 +24,5 @@ func Waitdevice(device string, attempts int) error {
}
time.Sleep(1 * time.Second)
}
return fmt.Errorf("no device found")
return fmt.Errorf("no device found %s", device)
}