summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitar Petrovski <dimeptr@gmail.com>2011-08-29 10:44:31 +0200
committerDimitar Petrovski <dimeptr@gmail.com>2011-08-29 10:44:31 +0200
commit5b29391b6d8208236656de06dbd0d12c3139177d (patch)
tree53e52f0894133806729a4177bdb6fefa08090662
parent42656ea682424e78b6f07fa43e22dc3207386ece (diff)
parent1940a126b3153798d15876d83ba4c13e4341c427 (diff)
downloadvdr-plugin-eepg-5b29391b6d8208236656de06dbd0d12c3139177d.tar.gz
vdr-plugin-eepg-5b29391b6d8208236656de06dbd0d12c3139177d.tar.bz2
Merge branch 'test-naepg' of ssh://manitu.myvnc.com/home/dime/VDR/PLUGINS/src/eepg into test-naepg2
-rw-r--r--eepg.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/eepg.c b/eepg.c
index d2278b4..726fcdb 100644
--- a/eepg.c
+++ b/eepg.c
@@ -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?