X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Fmain%2Fiterator%2Fproducer%2Fkeys%2Fclass_TestUnitKeyProducerIterator.php;fp=application%2Fhub%2Fmain%2Fiterator%2Fproducer%2Fkeys%2Fclass_TestUnitKeyProducerIterator.php;h=75b057c3df5d737650c2caae2dff5e85f37dd1c7;hb=d97d0d0a06bab9dd8d141a4a2ecb69564bbb489f;hp=2eebb2e54b65fe3c0765da4657558727c0270d81;hpb=e414fb7905b3ba9fb711ac2dc90fee09ac76b951;p=hub.git diff --git a/application/hub/main/iterator/producer/keys/class_TestUnitKeyProducerIterator.php b/application/hub/main/iterator/producer/keys/class_TestUnitKeyProducerIterator.php index 2eebb2e54..75b057c3d 100644 --- a/application/hub/main/iterator/producer/keys/class_TestUnitKeyProducerIterator.php +++ b/application/hub/main/iterator/producer/keys/class_TestUnitKeyProducerIterator.php @@ -56,7 +56,7 @@ class TestUnitKeyProducerIterator extends BaseIterator implements Iterator { $this->maxBits = pow(2, $this->keyLength); // Debug message - $this->debugOutput('ITERATOR: maxBits=' . $this->maxBits . ',keyLength=' . $this->keyLength . ' bits'); + self::createDebugInstance(__CLASS__)->debugOutput('ITERATOR: maxBits=' . $this->maxBits . ',keyLength=' . $this->keyLength . ' bits'); } /**