Fix error message about not enough amount of RAM

Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
Michal Mielewczyk
2022-03-22 09:21:10 +01:00
parent fdd50e61bd
commit 8a8420be2a
2 changed files with 3 additions and 2 deletions

View File

@@ -1013,7 +1013,7 @@ int start_cache(uint16_t cache_id, unsigned int cache_init,
min_free_ram_gb /= GiB;
cas_printf(LOG_ERR, "Not enough free RAM.\n"
"You need at least %0.2gGB to start cache"
"You need at least %0.2fGB to start cache"
" with cache line size equal %llukB.\n",
min_free_ram_gb, line_size / KiB);