summaryrefslogtreecommitdiff
path: root/lib/luavgl/src/widgets/calendar.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/luavgl/src/widgets/calendar.c')
-rw-r--r--lib/luavgl/src/widgets/calendar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/luavgl/src/widgets/calendar.c b/lib/luavgl/src/widgets/calendar.c
index 2fb8fd9b..20e5175b 100644
--- a/lib/luavgl/src/widgets/calendar.c
+++ b/lib/luavgl/src/widgets/calendar.c
@@ -65,7 +65,7 @@ LUALIB_API int luavgl_calendar_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 calendar.\n");
+ LV_LOG_ERROR("unkown property for calendar.");
}
return ret;