storage: stream: flash: update log output
LOG_DBG is more appropriate for this logging output than LOG_INF. Signed-off-by: Martin Jäger <martin@libre.solar>
This commit is contained in:
parent
6181184163
commit
6fd8cbb9b4
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ int stream_flash_erase_page(struct stream_flash_ctx *ctx, off_t off)
|
|||
}
|
||||
|
||||
ctx->last_erased_page_start_offset = page.start_offset;
|
||||
LOG_INF("Erasing page at offset 0x%08lx", (long)page.start_offset);
|
||||
LOG_DBG("Erasing page at offset 0x%08lx", (long)page.start_offset);
|
||||
|
||||
flash_write_protection_set(ctx->fdev, false);
|
||||
rc = flash_erase(ctx->fdev, page.start_offset, page.size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue