Oops sorry. I b0rked it.
I changed EINA_LOG_INFO to INF again to use elementary log domain.
Thanks for spotting this.

Daniel Juyung Seo (SeoZ)


On Fri, Jun 7, 2013 at 4:20 AM, Boris Faure - Enlightenment Git <
no-re...@enlightenment.org> wrote:

> billiob pushed a commit to branch master.
>
> commit 4b400bb47d60d415c005f4ad88afdc822036243f
> Author: Boris Faure <bill...@gmail.com>
> 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
>
------------------------------------------------------------------------------
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
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to