jaehwan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=a20f9b8087b85728cb03a2bcd3c6174fc05aa20b

commit a20f9b8087b85728cb03a2bcd3c6174fc05aa20b
Author: Jaehwan Kim <jae.hwan....@samsung.com>
Date:   Mon Jan 18 16:54:52 2016 +0900

    embryo: change the log catagory of printf in embryo
    
    If the catagory is DBG, we should rebuild efl to print the message
    by using printf in edc. So change it to use it more convenient.
    
    @fix
---
 src/lib/embryo/embryo_str.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/embryo/embryo_str.c b/src/lib/embryo/embryo_str.c
index e428179..649bd49 100644
--- a/src/lib/embryo/embryo_str.c
+++ b/src/lib/embryo/embryo_str.c
@@ -445,7 +445,7 @@ _embryo_str_printf(Embryo_Program *ep, Embryo_Cell *params)
 
    _str_snprintf(ep, s1, s2, max_len, pnum, &params[2]);
 
-   DBG("%s", s2);
+   INF("%s", s2);
 
    return o;
 }

-- 


Reply via email to