From: Hypolite Petovan Date: Mon, 20 Apr 2020 22:02:23 +0000 (-0400) Subject: Update log string in Module\Contact\Poke X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8cc11d6033215fbedb3c9593308f20e6cace2052;p=friendica.git Update log string in Module\Contact\Poke --- diff --git a/src/Module/Contact/Poke.php b/src/Module/Contact/Poke.php index a1c2c289fe..9975ac1f28 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)) {