From fa1817bbd4d56bdce7a4204bb6a233911c2fe2a8 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Sun, 28 Apr 2013 21:23:46 +0200 Subject: [PATCH] remove dbg --- src/bin/termptyesc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/termptyesc.c b/src/bin/termptyesc.c index dcb4d32a..38109a11 100644 --- a/src/bin/termptyesc.c +++ b/src/bin/termptyesc.c @@ -127,7 +127,7 @@ _handle_esc_csi(Termpty *ty, const Eina_Unicode *c, Eina_Unicode *ce) if (cc == ce) return 0; *b = 0; b = buf; - ERR(" CSI: '%c' args '%s'", *cc, (char *) buf); + DBG(" CSI: '%c' args '%s'", *cc, (char *) buf); switch (*cc) { case 'm': // color set