We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed36cc4 commit 8a328ddCopy full SHA for 8a328dd
components/storage/blockdevice/COMPONENT_SPIF/SPIFBlockDevice.cpp
@@ -210,7 +210,7 @@ int SPIFBlockDevice::init()
210
// Dummy And Mode Cycles Back default 0
211
_dummy_and_mode_cycles = _write_dummy_and_mode_cycles;
212
_is_initialized = true;
213
- tr_info("Device size: %llu Kbytes", _device_size_bytes / 1024);
+ tr_debug("Device size: %llu Kbytes", _device_size_bytes / 1024);
214
215
exit_point:
216
_mutex->unlock();
0 commit comments