Log message cleanup

This commit is contained in:
Robin E. R. Davies
2025-08-15 06:18:41 -04:00
parent 57d112e616
commit cb70bc82d5
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -1464,7 +1464,7 @@ void WebServerImpl::DisplayIpAddresses()
if (hostName.length() != 0)
{
std::stringstream ss;
ss << "Listening on mDns address " << hostName << ":" << this->port;
ss << "Listening on mDns address " << hostName << ".local:" << this->port;
Lv2Log::info(ss.str());
}
auto ethAddresses = GetEthernetIpv4Addresses();