diff options
Diffstat (limited to 'lib/luavgl/src/group.c')
| -rw-r--r-- | lib/luavgl/src/group.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |
