From 84b89eaf9d1adbab4c15236a1c3e5660c1a64e0e Mon Sep 17 00:00:00 2001 From: Netkas Date: Fri, 3 Feb 2023 05:04:32 -0500 Subject: [PATCH] Minor correction --- src/Tamer/Protocols/Gearman/Client.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Tamer/Protocols/Gearman/Client.php b/src/Tamer/Protocols/Gearman/Client.php index ce6151c..a89b817 100644 --- a/src/Tamer/Protocols/Gearman/Client.php +++ b/src/Tamer/Protocols/Gearman/Client.php @@ -9,7 +9,6 @@ use GearmanClient; use GearmanTask; use LogLib\Log; - use ncc\Utilities\Console; use Tamer\Abstracts\TaskPriority; use Tamer\Exceptions\ConnectionException; use Tamer\Interfaces\ClientProtocolInterface; @@ -184,7 +183,7 @@ */ public function reconnect(): void { - Console::outDebug('net.nosial.tamerlib', 'reconnecting to gearman server(s)'); + Log::debug('net.nosial.tamerlib', 'reconnecting to gearman server(s)'); $this->disconnect(); $this->connect();