Explorar o código

update debug message

jblanked hai 9 meses
pai
achega
6b84c4201a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
     const size_t min_free = memmgr_get_free_heap();
     if (min_free < min_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;
         return false;
     }
     }
     if (check_blocks)
     if (check_blocks)