You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [PluginServer] Don't clear accesor URL if IP couldn't be resolved
* [NetworkInfo] Keep adapter information always up to date
* [NetworkInfo] Remove redundant code
SYSLOG(Logging::Startup, ("Invalid config information could not resolve to a proper IP"));
772
762
}
773
763
774
-
if (validAccessor == false) {
775
-
SYSLOG(Logging::Startup, ("Invalid config information could not resolve to a proper IP set to: (%s:%d)", _accessor.HostAddress().c_str(), _accessor.PortNumber()));
0 commit comments