Updated logging method in \TamerLib\Objects > ServerConfiguration.
This commit is contained in:
parent
599224ebbd
commit
c59ed792f9
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
||||||
}
|
}
|
||||||
catch(Exception $e)
|
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
|
try
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue