summaryrefslogtreecommitdiffstats
path: root/recovery.cpp
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2014-02-13 15:07:56 -0800
committerDoug Zongker <dougz@android.com>2014-02-13 15:34:18 -0800
commit0d32f259cddeaf46917bdc4af3514114c206dd76 (patch)
tree6d6a6f6793cd8a335dbc6f3d6ed21598748378dd /recovery.cpp
parenta1bc148c7c81f886426c253f2ea7beb0f301f6b0 (diff)
downloadbootable_recovery-0d32f259cddeaf46917bdc4af3514114c206dd76.zip
bootable_recovery-0d32f259cddeaf46917bdc4af3514114c206dd76.tar.gz
bootable_recovery-0d32f259cddeaf46917bdc4af3514114c206dd76.tar.bz2
clean up some warnings when building recovery
Change-Id: I1541534ee6978ddf8d548433986679ce9507d508
Diffstat (limited to 'recovery.cpp')
-rw-r--r--recovery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery.cpp b/recovery.cpp
index 0a8c3b5..db35f1e 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -980,7 +980,7 @@ main(int argc, char **argv) {
load_locale_from_cache();
}
printf("locale is [%s]\n", locale);
- printf("stage is [%s]\n", stage, stage);
+ printf("stage is [%s]\n", stage);
Device* device = make_device();
ui = device->GetUI();