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
Copy file name to clipboardExpand all lines: src/resolve/resolved-dns-scope.c
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ int dns_scope_new(Manager *m, DnsScope **ret, Link *l, DnsProtocol protocol, int
67
67
dns_scope_llmnr_membership(s, true);
68
68
dns_scope_mdns_membership(s, true);
69
69
70
-
log_debug("New scope on link %s, protocol %s, family %s", l ? l->name : "*", dns_protocol_to_string(protocol), family==AF_UNSPEC ? "*" : af_to_name(family));
70
+
log_debug("New scope on link %s, protocol %s, family %s", l ? l->ifname : "*", dns_protocol_to_string(protocol), family==AF_UNSPEC ? "*" : af_to_name(family));
71
71
72
72
/* Enforce ratelimiting for the multicast protocols */
0 commit comments