diff options
Diffstat (limited to 'lib/luavgl/src/widgets/label.c')
| -rw-r--r-- | lib/luavgl/src/widgets/label.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/luavgl/src/widgets/label.c b/lib/luavgl/src/widgets/label.c index 701c56f3..9b477d07 100644 --- a/lib/luavgl/src/widgets/label.c +++ b/lib/luavgl/src/widgets/label.c @@ -47,7 +47,7 @@ LUALIB_API int luavgl_label_set_property_kv(lua_State *L, void *data) /* a base obj property? */ ret = luavgl_obj_set_property_kv(L, obj); if (ret != 0) { - debug("unkown property for label.\n"); + LV_LOG_ERROR("unkown property for label"); } return ret; |
