- minor change to log statement
This commit is contained in:
ZanzyTHEbar 2022-12-03 05:23:23 +00:00
parent 061e3cb8d3
commit b2f9c86205
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ void ProjectConfig::initConfig()
if (_mdnsName.empty())
{
log_e("MDNS name is null\n Autoassigning name to 'easynetwork'");
log_e("MDNS name is null\n Autoassigning name to 'openiristracker'");
_mdnsName = "openiristracker";
}
this->config.mdns = {

View File

@ -1 +1 @@
500
502