diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2011-08-29 10:43:37 +0200 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2011-08-29 10:43:37 +0200 |
commit | 1940a126b3153798d15876d83ba4c13e4341c427 (patch) | |
tree | f06977748e72d19040b7403e5973e553c7d4c953 /eepg.c | |
parent | 17413902bd820c9971fb3e4227e45f2eb732cdbd (diff) | |
download | vdr-plugin-eepg-1940a126b3153798d15876d83ba4c13e4341c427.tar.gz vdr-plugin-eepg-1940a126b3153798d15876d83ba4c13e4341c427.tar.bz2 |
commented test log
Diffstat (limited to 'eepg.c')
-rw-r--r-- | eepg.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -668,8 +668,7 @@ void GetLocalTimeOffset (void) void CleanString (unsigned char *String) { - LogD (1, prep("Unclean: %s"), String); - +// LogD (1, prep("Unclean: %s"), String); unsigned char *Src; unsigned char *Dst; int Spaces; @@ -711,7 +710,7 @@ void CleanString (unsigned char *String) } else { *Dst = 0; } - LogD (1, prep("Clean: %s"), String); +// LogD (1, prep("Clean: %s"), String); } bool cFilterEEPG::GetThemesSKYBOX (void) //TODO can't we read this from the DVB stream? |