Changed to one more info to debug

pull/10756/head
Marten Lootsma 2019-06-08 08:17:56 +02:00
parent ed36cc4e06
commit 8a328ddc86
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,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);
exit_point:
_mutex->unlock();