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";