diff options
Diffstat (limited to 'src/lib/embryo/embryo_str.c')
-rw-r--r-- | src/lib/embryo/embryo_str.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
445 | 445 | ||
446 | _str_snprintf(ep, s1, s2, max_len, pnum, ¶ms[2]); | 446 | _str_snprintf(ep, s1, s2, max_len, pnum, ¶ms[2]); |
447 | 447 | ||
448 | DBG("%s", s2); | 448 | INF("%s", s2); |
449 | 449 | ||
450 | return o; | 450 | return o; |
451 | } | 451 | } |