Merge "Kang in older minzip for building in CM9 & CM7" into twrp2.7
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;
 }