commit | 6b059548df4d4bf9a342989d9fe2087995dbec31 | [log] [tgz] |
---|---|---|
author | bigbiff bigbiff <bigbiff@teamw.in> | Tue Sep 10 10:28:26 2013 -0400 |
committer | bigbiff bigbiff <bigbiff@teamw.in> | Tue Sep 10 10:28:26 2013 -0400 |
tree | d608be74d30bfda84f6bc7df7fe2f8d86d49d41c | |
parent | 84f683a322a1d018bd6ccafce8a29212df51f4ca [diff] |
print out md5s to recovery.log
diff --git a/twrpDigest.cpp b/twrpDigest.cpp index ce3d87c..e888d85 100644 --- a/twrpDigest.cpp +++ b/twrpDigest.cpp
@@ -43,6 +43,7 @@ #include "variables.h" #include "twrp-functions.hpp" #include "twrpDigest.hpp" +#include "twcommon.h" using namespace std; @@ -82,6 +83,7 @@ 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; }