瀏覽代碼

update debug message

jblanked 10 月之前
父節點
當前提交
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)