Changed to one more info to debug

pull/11023/head
Marten Lootsma 2019-06-08 08:17:56 +02:00 committed by Evelyne Donnaes
parent 54cebf9116
commit 50eae59dd9
1 changed files with 1 additions and 1 deletions

View File

@ -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");