summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2012-04-08 20:03:01 +0200
committerKenny Root <kroot@google.com>2012-04-08 20:03:04 +0200
commit038818cb6393f2829bd86f99f25051f67c131290 (patch)
tree137eae09ce8b7763398643d8a84133ba1daa4e78
parentam 78911bdf: am 2a4ab824: Merge "Change the format command to always take the mount point as an argument." (diff)
downloadandroid_bootable_recovery-038818cb6393f2829bd86f99f25051f67c131290.tar
android_bootable_recovery-038818cb6393f2829bd86f99f25051f67c131290.tar.gz
android_bootable_recovery-038818cb6393f2829bd86f99f25051f67c131290.tar.bz2
android_bootable_recovery-038818cb6393f2829bd86f99f25051f67c131290.tar.lz
android_bootable_recovery-038818cb6393f2829bd86f99f25051f67c131290.tar.xz
android_bootable_recovery-038818cb6393f2829bd86f99f25051f67c131290.tar.zst
android_bootable_recovery-038818cb6393f2829bd86f99f25051f67c131290.zip
-rw-r--r--recovery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery.cpp b/recovery.cpp
index baafadca0..1d749ca93 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -814,7 +814,7 @@ main(int argc, char **argv) {
if (!sehandle) {
fprintf(stderr, "Warning: No file_contexts\n");
- ui_print("Warning: No file_contexts\n");
+ ui->Print("Warning: No file_contexts\n");
}
#endif