mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #18020 from fjmolinas/pr_suit_storage_flashwrite_log
sys/suit/storage: change log to LOG_DEBUG
This commit is contained in:
commit
e9faabd018
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user