summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dxr3colormanager.c4
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);