string.cpp: change debug info
authorghost <andreas.monzner@multimedia-labs.de>
Sat, 25 Jul 2009 12:49:50 +0000 (14:49 +0200)
committerghost <andreas.monzner@multimedia-labs.de>
Sat, 25 Jul 2009 12:49:50 +0000 (14:49 +0200)
lib/base/estring.cpp

index 728a4c4..40b9802 100644 (file)
@@ -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)