Skip to content

Commit 90c6a8a

Browse files
author
Juha Heiskanen
committed
Removed unnecessary Decrypt Fail debug trace.
1 parent b425f4b commit 90c6a8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/MAC/IEEE802_15_4/mac_mcps_sap.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,6 @@ static int8_t mac_data_sap_rx_handler(mac_pre_parsed_frame_t *buf, protocol_inte
742742
if (buf->fcf_dsn.securityEnabled) {
743743
status = mac_data_interface_decrypt_packet(buf, &data_ind->Key);
744744
if (status != MLME_SUCCESS) {
745-
tr_debug("Decrypt fail, %d", status);
746745
mcps_comm_status_indication_generate(status, buf, mac);
747746
goto DROP_PACKET;
748747
}

0 commit comments

Comments
 (0)