billiob pushed a commit to branch master.

commit fa1817bbd4d56bdce7a4204bb6a233911c2fe2a8
Author: Boris Faure <[email protected]>
Date:   Sun Apr 28 21:23:46 2013 +0200

    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 dcb4d32..38109a1 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

-- 

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr

Reply via email to