Explorar o código

Merge branch 'candidate-6.0.10' into candidate-6.2.0

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman %!s(int64=8) %!d(string=hai) anos
pai
achega
0287ce0a44
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      roxie/ccd/ccdserver.cpp

+ 2 - 1
roxie/ccd/ccdserver.cpp

@@ -10870,7 +10870,8 @@ public:
     }
     virtual StrandProcessor *createStrandProcessor(IEngineRowStream *instream)
     {
-        DBGLOG("Create aggregate strand processor %u", strandOptions.numStrands);
+        if (traceLevel > 4)
+            DBGLOG("Create aggregate strand processor %u", strandOptions.numStrands);
         return new AggregateProcessor(*this, instream, (IHThorAggregateArg &) basehelper, isInputGrouped && !combineStreams, abortEarly);
     }
     virtual StrandProcessor *createStrandSourceProcessor(bool inputOrdered) { throwUnexpected(); }