diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2015-10-22 21:17:47 +0200 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2015-10-25 00:36:24 +0200 |
commit | d0514ba8064513864469906b19d1c055e6c3b481 (patch) | |
tree | 9ebd80e948650b21e0432b87bdb4ac3fa94f2f93 /twrp-functions.cpp | |
parent | fix build in Omni 4.4 (diff) | |
download | android_bootable_recovery-d0514ba8064513864469906b19d1c055e6c3b481.tar android_bootable_recovery-d0514ba8064513864469906b19d1c055e6c3b481.tar.gz android_bootable_recovery-d0514ba8064513864469906b19d1c055e6c3b481.tar.bz2 android_bootable_recovery-d0514ba8064513864469906b19d1c055e6c3b481.tar.lz android_bootable_recovery-d0514ba8064513864469906b19d1c055e6c3b481.tar.xz android_bootable_recovery-d0514ba8064513864469906b19d1c055e6c3b481.tar.zst android_bootable_recovery-d0514ba8064513864469906b19d1c055e6c3b481.zip |
Diffstat (limited to 'twrp-functions.cpp')
-rw-r--r-- | twrp-functions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twrp-functions.cpp b/twrp-functions.cpp index 6780e1db2..12e88dde2 100644 --- a/twrp-functions.cpp +++ b/twrp-functions.cpp @@ -235,7 +235,7 @@ int TWFunc::Try_Decrypting_File(string fn, string password) { } fclose(f); if (out_len < 2) { - LOGINFO("Successfully decrypted '%s' but read length %i too small.\n", fn.c_str(), out_len); + LOGINFO("Successfully decrypted '%s' but read length too small.\n", fn.c_str()); free(buffer_out); return 1; // Decrypted successfully } |