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

Commit 425702fa authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 89b26e28: am e03d0322: Merge "fastboot should say which device it\'s waiting for."

* commit '89b26e28':
  fastboot should say which device it's waiting for.
parents 338c8669 89b26e28
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);
    }