One space too much

This commit is contained in:
Michael 2018-11-20 20:49:06 +00:00
parent 5c39779b45
commit 27d1da0468
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ class Receiver
$attributed_to = JsonLD::fetchElement($activity['as:object'], 'as:attributedTo');
$trust_source = ($actor == $attributed_to);
if (!$trust_source) {
Logger::log('Not trusting actor: ' . $actor . '. It differs from attributedTo: ' . $attributed_to, Logger::DEBUG);
Logger::log('Not trusting actor: ' . $actor . '. It differs from attributedTo: ' . $attributed_to, Logger::DEBUG);
}
}