rework the logging interface
This commit is contained in:
+1
-2
@@ -923,8 +923,7 @@ function consume_feed($xml,$importer,$contact, &$hub) {
|
||||
$datarray = get_atom_elements($feed,$item);
|
||||
|
||||
if($datarray['verb'] === ACTIVITY_FOLLOW) {
|
||||
if($debugging)
|
||||
file_put_contents('salmon.out',"\n" . 'New follower.' . "\n", FILE_APPEND);
|
||||
logger('consume-feed: New follower');
|
||||
new_follower($importer,$contact,$datarray,$item);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user