Index: sources/ApplicationPost.cpp =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r5605f930ab5cd1a62b96347f4b4300ef30a830ee --- sources/ApplicationPost.cpp (.../ApplicationPost.cpp) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/ApplicationPost.cpp (.../ApplicationPost.cpp) (revision 5605f930ab5cd1a62b96347f4b4300ef30a830ee) @@ -38,7 +38,7 @@ { QString postLogFileName = qApp->applicationDirPath() + "/" + Storage::POST_LOG; if (Storage::FileHandler::read(postLogFileName, _content)) { - _isShaSum = checkShaSum (); // This is a fault. Will always return true for now. Alarm will be triggered to notify user in Active Alarm List. There is a comment in the class definition about some ideas later. + _isShaSum = checkShaSum (); _isCANBus = checkCANBus (); _isDisplay = checkDisplay (); _isTouch = checkTouch ();