1
0
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:
Alexandre Abadie 2022-04-27 15:10:25 +02:00 committed by GitHub
commit e9faabd018
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}