]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/iterator/producer/keys/class_TestUnitKeyProducerIterator.php
Rewrote debug lines (even more), re-enabled debugging lines in socket layer
[hub.git] / application / hub / main / iterator / producer / keys / class_TestUnitKeyProducerIterator.php
index 2eebb2e54b65fe3c0765da4657558727c0270d81..75b057c3df5d737650c2caae2dff5e85f37dd1c7 100644 (file)
@@ -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');
        }
 
        /**