From: Mikael Nordfeldth <mmn@hethane.se>
Date: Fri, 8 Jan 2016 00:52:10 +0000 (+0100)
Subject: Add more info in logging call
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0463d96392abd1976486c1ae53ece8466e930e29;p=quix0rs-gnu-social.git

Add more info in logging call

There shouldn't be *HandleSalmonTarget, only verification of actor and
then Notice::saveActivity()!
---

diff --git a/lib/activityhandlerplugin.php b/lib/activityhandlerplugin.php
index e771034be9..988a6c30a3 100644
--- a/lib/activityhandlerplugin.php
+++ b/lib/activityhandlerplugin.php
@@ -381,7 +381,7 @@ abstract class ActivityHandlerPlugin extends Plugin
             return true;
         }
 
-        $this->log(LOG_INFO, "Checking {$activity->id} as a valid Salmon slap.");
+        $this->log(LOG_INFO, get_called_class()." checking {$activity->id} as a valid Salmon slap.");
 
         if ($target instanceof User_group || $target->isGroup()) {
             $uri = $target->getUri();