]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/states/miner/booting/class_MinerBootingState.php
Continued:
[hub.git] / application / hub / main / states / miner / booting / class_MinerBootingState.php
index 4c3ddd8c0d7ee2dbcf7dd9e8aefa6acccecaa5fe..5a29b1539e6637e7cdb23396c23f6ef77d7a6cce 100644 (file)
@@ -62,6 +62,9 @@ class MinerBootingState extends BaseMinerState implements Stateable {
         * @return      void
         */
        public function executeState (Executor $executorInstance) {
+               // Debug message
+               /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('MINER-STATE: Calling prepareBlockProduction() on ' . $executorInstance->__toString() . ' ...');
+
                // Now prepare the unit production to maybe become 'virgin' or 'active' if work/test units are there
                $executorInstance->prepareBlockProduction($this);
        }