From ef7363670fbe079eaaaa72749e3309922019370a Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Thu, 28 May 2009 13:13:06 +0200 Subject: do not spam log --- dxr3colormanager.c | 4 ++-- 1 file 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); -- cgit v1.2.3