aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-07-25 14:49:50 +0200
committerghost <andreas.monzner@multimedia-labs.de>2009-07-25 14:49:50 +0200
commit22960e11865af39c836db9bc5398624481fdef0c (patch)
treebaf07e4c3a2a229d9c39791403bf3b9c0d6c7895
parentefdb7161844b7be58cdc5ec3308d8aaf5b257894 (diff)
downloadenigma2-22960e11865af39c836db9bc5398624481fdef0c.tar.gz
enigma2-22960e11865af39c836db9bc5398624481fdef0c.zip
string.cpp: change debug info
-rw-r--r--lib/base/estring.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/base/estring.cpp b/lib/base/estring.cpp
index 728a4c4f..40b98028 100644
--- a/lib/base/estring.cpp
+++ b/lib/base/estring.cpp
@@ -427,7 +427,7 @@ std::string convertDVBUTF8(const unsigned char *data, int len, int table, int ts
++i;
break;
default:
-// eDebug("no encoding in dvb string given.. use default table");
+// eDebug("no encoding in dvb string given.. use default table %d", table);
break;
}
@@ -440,7 +440,7 @@ std::string convertDVBUTF8(const unsigned char *data, int len, int table, int ts
table = 0;
}
- eDebug("used table is now %d, twoChar %d", table, useTwoCharMapping);
+// eDebug("tsid %04x, onid %04x, used table is now %d, twoChar %d", tsidonid >> 16, tsidonid & 0xFFFF, table, useTwoCharMapping);
unsigned char res[2048];
while (i < len)