]> git.mxchange.org Git - friendica.git/commitdiff
Added logging
authorMichael <heluecht@pirati.ca>
Sun, 20 Sep 2020 07:46:23 +0000 (07:46 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 20 Sep 2020 07:46:23 +0000 (07:46 +0000)
src/Protocol/ActivityPub/Processor.php

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