adding text output for battery stats wipe. just a confirmation that it completed successfully

Change-Id: I8c00521081b12f123c35239212f2b53dde3a7c8e
This commit is contained in:
j_r0dd 2011-07-10 22:48:39 -04:00
parent bc9dc6fc48
commit 3f2e286747

View File

@ -862,6 +862,7 @@ void wipe_battery_stats()
ensure_path_mounted("/data");
remove("/data/system/batterystats.bin");
ensure_path_unmounted("/data");
ui_print("Battery Stats wiped.\n");
}
void show_advanced_menu()