Add checksum verified message for developement.
diff --git a/bcc.cpp b/bcc.cpp
index 84b20b8..cee848e 100644
--- a/bcc.cpp
+++ b/bcc.cpp
@@ -2864,6 +2864,8 @@
               LOGE("Checksum check failed\n");
               goto bail;
             }
+
+            LOGE("Passed checksum even parity verification.\n");
           }
 #endif