billiob pushed a commit to branch master.

commit 4b400bb47d60d415c005f4ad88afdc822036243f
Author: Boris Faure <[email protected]>
Date:   Thu Jun 6 21:20:20 2013 +0200

    fix compilation
---
 src/lib/elm_win.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_win.c b/src/lib/elm_win.c
index f1d055e..99d00c8 100644
--- a/src/lib/elm_win.c
+++ b/src/lib/elm_win.c
@@ -2414,7 +2414,7 @@ _debug_key_down(void *data __UNUSED__,
        (!evas_key_modifier_is_set(ev->modifiers, "Control")))
      return;
 
-   INFO("Tree graph generated.\n");
+   EINA_LOG_INFO("Tree graph generated.");
    elm_object_tree_dot_dump(obj, "./dump.dot");
 }
 

-- 

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j

Reply via email to