diff --git a/src/engine/dispatchContainer.cpp b/src/engine/dispatchContainer.cpp index d98c450e0..44b58b402 100644 --- a/src/engine/dispatchContainer.cpp +++ b/src/engine/dispatchContainer.cpp @@ -158,12 +158,12 @@ void DivDispatchContainer::acquire(size_t offset, size_t count) { count>>=rateMul; if (offset!=0 && offset!=lastCount) { - logW("Shit!"); + logW("Shit! %d %d",offset,lastCount); } lastCount=offset+count; - logV("got: from %d to %d",offset,offset+count-1); + //logV("got: from %d to %d",offset,offset+count-1); } for (int i=0; i