summaryrefslogtreecommitdiff
path: root/src/lib/ecore_wayland/ecore_wl_output.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ecore_wayland/ecore_wl_output.c')
-rw-r--r--src/lib/ecore_wayland/ecore_wl_output.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/ecore_wayland/ecore_wl_output.c b/src/lib/ecore_wayland/ecore_wl_output.c
index 596a0f80a9..cb61c077ad 100644
--- a/src/lib/ecore_wayland/ecore_wl_output.c
+++ b/src/lib/ecore_wayland/ecore_wl_output.c
@@ -10,7 +10,7 @@ _ecore_wl_output_cb_geometry(void *data, struct wl_output *wl_output EINA_UNUSED
{
Ecore_Wl_Output *output;
- LOGFN(__FILE__, __LINE__, __FUNCTION__);
+ LOGFN;
output = data;
output->allocation.x = x;
@@ -27,7 +27,7 @@ _ecore_wl_output_cb_mode(void *data, struct wl_output *wl_output EINA_UNUSED, un
Ecore_Wl_Output *output;
Ecore_Wl_Display *ewd;
- LOGFN(__FILE__, __LINE__, __FUNCTION__);
+ LOGFN;
output = data;
ewd = output->display;
@@ -77,7 +77,7 @@ _ecore_wl_output_add(Ecore_Wl_Display *ewd, unsigned int id)
{
Ecore_Wl_Output *output;
- LOGFN(__FILE__, __LINE__, __FUNCTION__);
+ LOGFN;
if (!(output = calloc(1, sizeof(Ecore_Wl_Output)))) return;