From f759675dc79e8df5bc78480da540d5a5c6bdf87f Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Fri, 28 Sep 2012 13:21:36 -0400 Subject: Fix compiler warnings --- twrp-functions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twrp-functions.cpp') 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"; -- cgit v1.2.3