diff --git a/src/TamerLib/Objects/ServerConfiguration.php b/src/TamerLib/Objects/ServerConfiguration.php index 0219904..4fafa52 100644 --- a/src/TamerLib/Objects/ServerConfiguration.php +++ b/src/TamerLib/Objects/ServerConfiguration.php @@ -68,7 +68,7 @@ } finally { - Log::debug('net.nosial.tamerlib', 'Selected port ' . $port . '.'); + Log::debug(Utilities::getName(), 'Selected port ' . $port . '.'); } }