mirror of
https://github.com/linux-msm/cdba.git
synced 2026-02-25 13:11:56 -08:00
fastboot: Use stderr to communicate status messages
Use stderr to communicate status messages from fastboot boot, rather than stdout. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
@@ -407,7 +407,7 @@ int fastboot_boot(struct fastboot *fb)
|
||||
|
||||
n = fastboot_read(fb, buf, sizeof(buf));
|
||||
if (n >= 0)
|
||||
printf("%s\n", buf);
|
||||
fprintf(stderr, "%s\n", buf);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user