From 8cc11d6033215fbedb3c9593308f20e6cace2052 Mon Sep 17 00:00:00 2001
From: Hypolite Petovan <hypolite@mrpetovan.com>
Date: Mon, 20 Apr 2020 18:02:23 -0400
Subject: [PATCH] Update log string in Module\Contact\Poke

---
 src/Module/Contact/Poke.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)) {
-- 
2.39.5