diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2009-05-28 13:13:06 +0200 |
---|---|---|
committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2009-05-28 13:13:06 +0200 |
commit | ef7363670fbe079eaaaa72749e3309922019370a (patch) | |
tree | d4857f5c4f127362e032cacaad6e1a9528ca6e0a | |
parent | b14e4c469fd82ee18905b6ba260256cf8c20e9b2 (diff) | |
download | vdr-plugin-dxr3-ef7363670fbe079eaaaa72749e3309922019370a.tar.gz vdr-plugin-dxr3-ef7363670fbe079eaaaa72749e3309922019370a.tar.bz2 |
do not spam log
-rw-r--r-- | dxr3colormanager.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dxr3colormanager.c b/dxr3colormanager.c index d53170a..5d994ac 100644 --- a/dxr3colormanager.c +++ b/dxr3colormanager.c @@ -321,8 +321,8 @@ void cColorManager::NewSection(int x) { int N = curRegion->N; if (N >= MAX_NO_OF_SECTIONS - 1) { - esyslog("dxr3: colormanager: bummer, too many sections (%d)," - " reusing last one", N); + //esyslog("dxr3: colormanager: bummer, too many sections (%d)," + // " reusing last one", N); return; // reuse last section, not optimal but there's no other way out } curSection = new xSection(x); |