Updated logging method in \TamerLib\Objects > ServerConfiguration.

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

View file

@ -68,7 +68,7 @@
} }
finally finally
{ {
Log::debug('net.nosial.tamerlib', 'Selected port ' . $port . '.'); Log::debug(Utilities::getName(), 'Selected port ' . $port . '.');
} }
} }