From bd01bf3845fd67dc4e03f56d044b3bc53245eeed Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 12 Jun 2024 16:29:31 +1000 Subject: WIP bump luavgl to latest --- lib/luavgl/src/group.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/luavgl/src/group.c') diff --git a/lib/luavgl/src/group.c b/lib/luavgl/src/group.c index 9dabbad4..3ef164ed 100644 --- a/lib/luavgl/src/group.c +++ b/lib/luavgl/src/group.c @@ -87,7 +87,7 @@ static int luavgl_group_delete(lua_State *L) g->group = NULL; #endif - debug("delete group:%p\n", g); + LV_LOG_INFO("delete group:%p", g); return 0; } @@ -289,7 +289,7 @@ static int luavgl_group_gc(lua_State *L) g->group = NULL; #endif - debug("gc group: %p\n", g); + LV_LOG_INFO("gc group: %p", g); return 0; } -- cgit v1.2.3