Updated logging method in \TamerLib\Objects > ServerConfiguration.
This commit is contained in:
parent
c59ed792f9
commit
799816742d
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
|||
}
|
||||
finally
|
||||
{
|
||||
Log::debug('net.nosial.tamerlib', 'Selected port ' . $port . '.');
|
||||
Log::debug(Utilities::getName(), 'Selected port ' . $port . '.');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue