If SEND_COMMNET is set to false, no error message is shown on the console log. The error message is expected to be shown after Check Failed!! message.
It seems to be caused, because COMMENT in each check_* functions is set only if SEND_COMMNET is true. However, it should be set regardless of SEND_COMMNET.