print out md5s to recovery.log

This commit is contained in:
bigbiff bigbiff
2013-09-10 10:28:26 -04:00
parent 84f683a322
commit 6b059548df
+2
View File
@@ -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;
}