From 8d02656dc52491ded4ac378da59980d0306604f7 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 17 Feb 2011 20:11:20 +0000 Subject: [PATCH] Ecore_X_Image: Add missing LOGFN for ecore_x_image_put. SVN revision: 57134 --- legacy/ecore/src/lib/ecore_x/xlib/ecore_x_image.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_image.c b/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_image.c index 93db745336..10cdfd8b8a 100644 --- a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_image.c +++ b/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_image.c @@ -282,7 +282,8 @@ ecore_x_image_put(Ecore_X_Image *im, int h) { Ecore_X_GC tgc = 0; - + + LOGFN(__FILE__, __LINE__, __FUNCTION__); if (!gc) { XGCValues gcv;