Skip to content

Commit 8a328dd

Browse files
committed
Changed to one more info to debug
1 parent ed36cc4 commit 8a328dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/storage/blockdevice/COMPONENT_SPIF/SPIFBlockDevice.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ int SPIFBlockDevice::init()
210210
// Dummy And Mode Cycles Back default 0
211211
_dummy_and_mode_cycles = _write_dummy_and_mode_cycles;
212212
_is_initialized = true;
213-
tr_info("Device size: %llu Kbytes", _device_size_bytes / 1024);
213+
tr_debug("Device size: %llu Kbytes", _device_size_bytes / 1024);
214214

215215
exit_point:
216216
_mutex->unlock();

0 commit comments

Comments
 (0)