summaryrefslogtreecommitdiffstats
path: root/twrp-functions.cpp
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2012-09-28 19:21:36 +0200
committerDees_Troy <dees_troy@teamw.in>2012-09-28 19:21:36 +0200
commitf759675dc79e8df5bc78480da540d5a5c6bdf87f (patch)
treecce2bda5ef184bab7a46a545375a8eb8520f3f3e /twrp-functions.cpp
parentRevert busybox for CM7 compatibility, add exclamation point to format data (diff)
downloadandroid_bootable_recovery-f759675dc79e8df5bc78480da540d5a5c6bdf87f.tar
android_bootable_recovery-f759675dc79e8df5bc78480da540d5a5c6bdf87f.tar.gz
android_bootable_recovery-f759675dc79e8df5bc78480da540d5a5c6bdf87f.tar.bz2
android_bootable_recovery-f759675dc79e8df5bc78480da540d5a5c6bdf87f.tar.lz
android_bootable_recovery-f759675dc79e8df5bc78480da540d5a5c6bdf87f.tar.xz
android_bootable_recovery-f759675dc79e8df5bc78480da540d5a5c6bdf87f.tar.zst
android_bootable_recovery-f759675dc79e8df5bc78480da540d5a5c6bdf87f.zip
Diffstat (limited to 'twrp-functions.cpp')
-rw-r--r--twrp-functions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twrp-functions.cpp b/twrp-functions.cpp
index 320001723..01f854193 100644
--- a/twrp-functions.cpp
+++ b/twrp-functions.cpp
@@ -394,7 +394,7 @@ void TWFunc::Output_Version(void) {
Path = DataManager::GetSettingsStoragePath();
if (!PartitionManager.Mount_By_Path(Path, false)) {
- LOGI("Unable to mount '%s' to write version number.\n");
+ LOGI("Unable to mount '%s' to write version number.\n", Path.c_str());
return;
}
Path += "/TWRP/.version";