Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b46964f3 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

fastboot should say which device it's waiting for.

Change-Id: Ia8a04b2727983cb05a9a3e85d9a9586b15c71600
parent e728eb91
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -246,7 +246,7 @@ usb_handle *open_device(void)
        if(usb) return usb;
        if(announce) {
            announce = 0;
            fprintf(stderr,"< waiting for device >\n");
            fprintf(stderr, "< waiting for %s >\n", serial ? serial : "any device");
        }
        usleep(1000);
    }