Skip to content

Commit

Permalink
Less log
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Dec 7, 2023
1 parent 36c5a57 commit 8a3f3f9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,8 @@ static void send_data_over_multicast(sdp_msg_t *msg) {
return;
}

log_info("Writing using %u words to %u, %u: 0x%08x", n_data_items, chip_x,
chip_y, address);
log_debug("Writing using %u words to %u, %u: 0x%08x", n_data_items,
chip_x, chip_y, address);
send_mc_message(WRITE_ADDR_KEY_OFFSET, address, chip_x, chip_y);
process_sdp_message_into_mc_messages(data, n_data_items,
chip_x, chip_y);
Expand Down

0 comments on commit 8a3f3f9

Please sign in to comment.