mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 14:40:31 +00:00
timesync: downgrade log message about unsupported address family
As this is mostly not user's fault.
This commit is contained in:
@@ -752,7 +752,7 @@ static int manager_resolve_handler(sd_resolve_query *q, int ret, const struct ad
|
||||
assert(ai->ai_addrlen >= offsetof(struct sockaddr, sa_data));
|
||||
|
||||
if (!IN_SET(ai->ai_addr->sa_family, AF_INET, AF_INET6)) {
|
||||
log_warning("Unsuitable address protocol for %s", m->current_server_name->string);
|
||||
log_debug("Ignoring unsuitable address protocol for %s.", m->current_server_name->string);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user