update message

This commit is contained in:
twisterarmy 2025-04-30 09:38:01 +03:00
parent 1b0321310c
commit f144508073

View File

@ -336,7 +336,7 @@ void ThreadWaitExtIP()
if (Lookup(strBind.c_str(), addrBind, GetListenPort(), false))
bind_to_interface = strBind.c_str();
else
printf("Cannot resolve -bind address: '%s'", strBind.c_str());
printf("Cannot resolve -bind address: '%s', using default interface.", strBind.c_str());
break; // we are using only the first value (if there are multiple `-bind` options),
// the application behavior may require a separate option for these needs @TODO
}