projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e0ed61
)
Add more info in logging call
author
Mikael Nordfeldth
<mmn@hethane.se>
Fri, 8 Jan 2016 00:52:10 +0000
(
01:52
+0100)
committer
Mikael Nordfeldth
<mmn@hethane.se>
Fri, 8 Jan 2016 00:52:10 +0000
(
01:52
+0100)
There shouldn't be *HandleSalmonTarget, only verification of actor and
then Notice::saveActivity()!
lib/activityhandlerplugin.php
patch
|
blob
|
history
diff --git
a/lib/activityhandlerplugin.php
b/lib/activityhandlerplugin.php
index e771034be96ec6ae0356c2681cb1ffb6754525dc..988a6c30a3f5f5ead193123b5dc2a317eb319eca 100644
(file)
--- a/
lib/activityhandlerplugin.php
+++ b/
lib/activityhandlerplugin.php
@@
-381,7
+381,7
@@
abstract class ActivityHandlerPlugin extends Plugin
return true;
}
- $this->log(LOG_INFO,
"C
hecking {$activity->id} as a valid Salmon slap.");
+ $this->log(LOG_INFO,
get_called_class()." c
hecking {$activity->id} as a valid Salmon slap.");
if ($target instanceof User_group || $target->isGroup()) {
$uri = $target->getUri();