Skip to content

Commit

Permalink
sys/suit/storage: change log to LOG_DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
fjmolinas committed Apr 27, 2022
1 parent c56e28a commit 8114974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/suit/storage/flashwrite.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ static int _flashwrite_init(suit_storage_t *storage)
{
(void)storage;

LOG_INFO("Storage size %u\n", (unsigned)sizeof(suit_storage_flashwrite_t));
LOG_DEBUG("Storage size %u\n", (unsigned)sizeof(suit_storage_flashwrite_t));

return 0;
}
Expand Down

0 comments on commit 8114974

Please sign in to comment.