Skip to content

Commit

Permalink
phy: Lower log level for packet_scan_sckip reports
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Chandrasekaran <[email protected]>
  • Loading branch information
sidcha committed May 18, 2024
1 parent f5def8f commit bbca7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osdp_phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ int osdp_phy_check_packet(struct osdp_pd *pd)
}
pd->packet_len = ret;
if (pd->packet_scan_skip) {
LOG_WRN("Packet scan skipped:%u mark:%d",
LOG_DBG("Packet scan skipped:%u mark:%d",
pd->packet_scan_skip,
ISSET_FLAG(pd, PD_FLAG_PKT_HAS_MARK));
pd->packet_scan_skip = 0;
Expand Down

0 comments on commit bbca7cb

Please sign in to comment.