[FeedExpander] Write debug message for custom build function

This commit is contained in:
logmanoriginal 2016-09-17 18:19:26 +02:00
parent ffc9418620
commit 1819943451

View file

@ -41,6 +41,7 @@ abstract class FeedExpander extends BridgeAbstract {
break;
}
$this->debugMessage('Calling function "collect_' . $this->feedType . '_data"');
$this->{'collect_' . $this->feedType . '_data'}($rssContent, $maxItems);
}