]> git.mxchange.org Git - friendica.git/commitdiff
Improved logging
authorMichael <heluecht@pirati.ca>
Tue, 14 Apr 2020 09:19:45 +0000 (09:19 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 14 Apr 2020 09:19:45 +0000 (09:19 +0000)
src/Protocol/ActivityPub/Processor.php

index b75c11e3866ca11a7daf83dc559783d50add2037..ef7fb6f4e91e1cf5e6d99ce20879875ad084fca8 100644 (file)
@@ -619,7 +619,7 @@ class Processor
 
                        DBA::insert('tag', $fields, true);
 
-                       Logger::info('Got Tag', ['uriid' => $uriid, 'tag' => $tag, 'sensitive' => $sensitive, 'fields' => $fields]);
+                       Logger::info('Stored tag/mention', ['uriid' => $uriid, 'tag' => $tag, 'sensitive' => $sensitive, 'fields' => $fields]);
                }
        }