diff --git a/src/Module/Contact/Poke.php b/src/Module/Contact/Poke.php index a1c2c289f..9975ac1f2 100644 --- a/src/Module/Contact/Poke.php +++ b/src/Module/Contact/Poke.php @@ -42,7 +42,7 @@ class Poke extends BaseModule return self::postReturn(false); } - Logger::info('poke: verb ' . $verb . ' contact ' . $contact_id); + Logger::info('verb ' . $verb . ' contact ' . $contact_id); $contact = DBA::selectFirst('contact', ['id', 'name'], ['id' => $parameters['id'], 'uid' => local_user()]); if (!DBA::isResult($contact)) {