commit | 3f2e286747759a08e5ff143884d90d0ab2ef37f5 | [log] [tgz] |
---|---|---|
author | j_r0dd <jree2kx@gmail.com> | Sun Jul 10 22:48:39 2011 -0400 |
committer | j_r0dd <jree2kx@gmail.com> | Sun Jul 10 22:48:39 2011 -0400 |
tree | 67a344b4a9b479169946ccb804914b854ec3ea0c | |
parent | bc9dc6fc48f7db304d9126decce155d849464e15 [diff] [blame] |
adding text output for battery stats wipe. just a confirmation that it completed successfully Change-Id: I8c00521081b12f123c35239212f2b53dde3a7c8e
diff --git a/extendedcommands.c b/extendedcommands.c index ec4ddc7..a03a1b7 100644 --- a/extendedcommands.c +++ b/extendedcommands.c
@@ -862,6 +862,7 @@ ensure_path_mounted("/data"); remove("/data/system/batterystats.bin"); ensure_path_unmounted("/data"); + ui_print("Battery Stats wiped.\n"); } void show_advanced_menu()