summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_widget_plug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elementary/elm_widget_plug.h')
-rw-r--r--src/lib/elementary/elm_widget_plug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elementary/elm_widget_plug.h b/src/lib/elementary/elm_widget_plug.h
index bc5e6da5cf..8798fee764 100644
--- a/src/lib/elementary/elm_widget_plug.h
+++ b/src/lib/elementary/elm_widget_plug.h
@@ -31,7 +31,7 @@
ELM_PLUG_DATA_GET(o, ptr); \
if (EINA_UNLIKELY(!ptr)) \
{ \
- CRI("No widget data for object %p (%s)", \
+ ERR("No widget data for object %p (%s)", \
o, evas_object_type_get(o)); \
return; \
}
@@ -40,7 +40,7 @@
ELM_PLUG_DATA_GET(o, ptr); \
if (EINA_UNLIKELY(!ptr)) \
{ \
- CRI("No widget data for object %p (%s)", \
+ ERR("No widget data for object %p (%s)", \
o, evas_object_type_get(o)); \
return val; \
}