From 06a2ac20e64d5445b23aba780eda9f49e9ce9733 Mon Sep 17 00:00:00 2001 From: Marten Lootsma Date: Sat, 8 Jun 2019 08:17:56 +0200 Subject: [PATCH] Changed to one more info to debug --- .../storage/blockdevice/COMPONENT_SPIF/SPIFBlockDevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/storage/blockdevice/COMPONENT_SPIF/SPIFBlockDevice.cpp b/components/storage/blockdevice/COMPONENT_SPIF/SPIFBlockDevice.cpp index 4a28312495..0882276649 100644 --- a/components/storage/blockdevice/COMPONENT_SPIF/SPIFBlockDevice.cpp +++ b/components/storage/blockdevice/COMPONENT_SPIF/SPIFBlockDevice.cpp @@ -213,7 +213,7 @@ int SPIFBlockDevice::init() // Dummy And Mode Cycles Back default 0 _dummy_and_mode_cycles = _write_dummy_and_mode_cycles; _is_initialized = true; - tr_info("Device size: %llu Kbytes", _device_size_bytes / 1024); + tr_debug("Device size: %llu Kbytes", _device_size_bytes / 1024); if (_device_size_bytes > (1 << 24)) { tr_debug("Size is bigger than 16MB and thus address does not fit in 3 byte, switch to 4 byte address mode");