From 0463d96392abd1976486c1ae53ece8466e930e29 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Fri, 8 Jan 2016 01:52:10 +0100 Subject: [PATCH] Add more info in logging call There shouldn't be *HandleSalmonTarget, only verification of actor and then Notice::saveActivity()! --- lib/activityhandlerplugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();