Signed-off-by: Roland Haeder <roland@mxchange.org>
$crawlerInstance->enableIsActive();
// Debug message
- self::createDebugInstance(__CLASS__)->debugOutput('BOOTSTRAP: The crawler console has been activated.');
+ self::createDebugInstance(__CLASS__)->debugOutput('BOOTSTRAP: The crawler has been activated.');
}
}
<?php
/**
- * A shutdown filter for shutting down the crawler console. This filter should be
- * the last one in 'shutdown' chain so the crawler is shutted down at the very end
+ * A shutdown filter for shutting down the crawler. This filter should be the
+ * last one in 'shutdown' chain so the crawler is shutted down at the very end
* of its life...
*
* @author Roland Haeder <webmaster@shipsimu.org>