Added logging
This commit is contained in:
parent
a42217eae4
commit
12e74a70a4
|
@ -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 [];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue