Added logging

This commit is contained in:
Michael 2020-09-20 07:46:23 +00:00
parent a42217eae4
commit 12e74a70a4
1 changed files with 1 additions and 0 deletions

View File

@ -272,6 +272,7 @@ class Processor
$item = self::processContent($activity, $item); $item = self::processContent($activity, $item);
if (empty($item)) { if (empty($item)) {
Logger::info('Message was not processed');
return []; return [];
} }