Minor correction

This commit is contained in:
Netkas 2023-02-03 05:04:32 -05:00
parent c80b4b39c4
commit 84b89eaf9d

View file

@ -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();