From a20f9b8087b85728cb03a2bcd3c6174fc05aa20b Mon Sep 17 00:00:00 2001 From: Jaehwan Kim Date: Mon, 18 Jan 2016 16:54:52 +0900 Subject: 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(-) (limited to 'src/lib/embryo/embryo_str.c') diff --git a/src/lib/embryo/embryo_str.c b/src/lib/embryo/embryo_str.c index e428179074..649bd49f8f 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, ¶ms[2]); - DBG("%s", s2); + INF("%s", s2); return o; } -- cgit v1.2.1