From c59ed792f9cc05b114df889ef56af6d066cf01d2 Mon Sep 17 00:00:00 2001 From: Netkas Date: Fri, 16 Jun 2023 02:06:35 -0400 Subject: [PATCH] Updated logging method in \TamerLib\Objects > ServerConfiguration. --- src/TamerLib/Objects/ServerConfiguration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TamerLib/Objects/ServerConfiguration.php b/src/TamerLib/Objects/ServerConfiguration.php index 1aa7abb..0219904 100644 --- a/src/TamerLib/Objects/ServerConfiguration.php +++ b/src/TamerLib/Objects/ServerConfiguration.php @@ -55,7 +55,7 @@ } catch(Exception $e) { - Log::warning('net.nosial.tamerlib', 'No available port found. Using random port.'); + Log::warning(Utilities::getName(), 'No available port found. Using random port.'); try {