diff options
Diffstat (limited to 'fastboot/engine.cpp')
-rw-r--r-- | fastboot/engine.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fastboot/engine.cpp b/fastboot/engine.cpp index 875e7b96d..551ddbab9 100644 --- a/fastboot/engine.cpp +++ b/fastboot/engine.cpp @@ -313,6 +313,7 @@ int64_t fb_execute_queue(Transport* transport) { a->start = now(); if (!a->msg.empty()) { fprintf(stderr, "%-50s ", a->msg.c_str()); + verbose("\n"); } if (a->op == OP_DOWNLOAD) { status = fb_download_data(transport, a->data, a->size); |