From 6b059548df4d4bf9a342989d9fe2087995dbec31 Mon Sep 17 00:00:00 2001 From: bigbiff bigbiff Date: Tue, 10 Sep 2013 10:28:26 -0400 Subject: print out md5s to recovery.log --- twrpDigest.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/twrpDigest.cpp b/twrpDigest.cpp index ce3d87cca..e888d8561 100644 --- a/twrpDigest.cpp +++ b/twrpDigest.cpp @@ -43,6 +43,7 @@ extern "C" #include "variables.h" #include "twrp-functions.hpp" #include "twrpDigest.hpp" +#include "twcommon.h" using namespace std; @@ -82,6 +83,7 @@ int twrpDigest::write_md5digest(void) { md5string += basename((char*) md5fn.c_str()); md5string += + "\n"; TWFunc::write_file(md5file, md5string); + LOGINFO("MD5 for %s: %s\n", md5fn.c_str(), md5string.c_str()); return 0; } -- cgit v1.2.3