commit | f759675dc79e8df5bc78480da540d5a5c6bdf87f | [log] [tgz] |
---|---|---|
author | Dees_Troy <dees_troy@teamw.in> | Fri Sep 28 13:21:36 2012 -0400 |
committer | Dees_Troy <dees_troy@teamw.in> | Fri Sep 28 13:21:36 2012 -0400 |
tree | cce2bda5ef184bab7a46a545375a8eb8520f3f3e | |
parent | ce2fe779c028eeb198120b6d43e0a242a7113465 [diff] [blame] |
Fix compiler warnings
diff --git a/twrp-functions.cpp b/twrp-functions.cpp index 3200017..01f8541 100644 --- a/twrp-functions.cpp +++ b/twrp-functions.cpp
@@ -394,7 +394,7 @@ 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";