summaryrefslogtreecommitdiffstats
path: root/updater/install.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-01-24 05:54:51 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-01-24 05:54:52 +0100
commit90deaf9ab7bae7fbdcdf475318a7411baa8da91e (patch)
tree586a70f7db88c9d24e6a23ffe1dce574083ff3f5 /updater/install.cpp
parentMerge "bootctrl HAL uses "default" service name" (diff)
parentPrint with newline for ui_print. (diff)
downloadandroid_bootable_recovery-90deaf9ab7bae7fbdcdf475318a7411baa8da91e.tar
android_bootable_recovery-90deaf9ab7bae7fbdcdf475318a7411baa8da91e.tar.gz
android_bootable_recovery-90deaf9ab7bae7fbdcdf475318a7411baa8da91e.tar.bz2
android_bootable_recovery-90deaf9ab7bae7fbdcdf475318a7411baa8da91e.tar.lz
android_bootable_recovery-90deaf9ab7bae7fbdcdf475318a7411baa8da91e.tar.xz
android_bootable_recovery-90deaf9ab7bae7fbdcdf475318a7411baa8da91e.tar.zst
android_bootable_recovery-90deaf9ab7bae7fbdcdf475318a7411baa8da91e.zip
Diffstat (limited to 'updater/install.cpp')
-rw-r--r--updater/install.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/updater/install.cpp b/updater/install.cpp
index 643145447..7a8e92f6c 100644
--- a/updater/install.cpp
+++ b/updater/install.cpp
@@ -76,7 +76,6 @@ static void uiPrint(State* state, const std::string& buffer) {
for (auto& line : lines) {
if (!line.empty()) {
fprintf(ui->cmd_pipe, "ui_print %s\n", line.c_str());
- fprintf(ui->cmd_pipe, "ui_print\n");
}
}