Updated logging method in \TamerLib\Objects > ServerConfiguration.

This commit is contained in:
Netkas 2023-06-16 02:06:35 -04:00
parent 599224ebbd
commit c59ed792f9
No known key found for this signature in database
GPG key ID: 5DAF58535614062B

View file

@ -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
{