jblanked пре 9 месеци
родитељ
комит
6b84c4201a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      flip_world.c

+ 1 - 1
flip_world.c

@@ -20,7 +20,7 @@ bool is_enough_heap(size_t heap_size, bool check_blocks)
     const size_t min_free = memmgr_get_free_heap();
     if (min_free < min_heap)
     {
-        FURI_LOG_E(TAG, "Not enough heap memory: %zu bytes", min_free);
+        FURI_LOG_E(TAG, "Not enough heap memory: There are %zu bytes free.", min_free);
         return false;
     }
     if (check_blocks)