mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-08 20:58:20 +03:00
resolved: suppress misleading debug message about ignored resolv.conf line
This commit is contained in:
parent
8d50c14252
commit
02c205359b
@ -156,6 +156,8 @@ int manager_read_resolv_conf(Manager *m) {
|
||||
r = manager_parse_search_domains_and_warn(m, a);
|
||||
if (r < 0)
|
||||
log_warning_errno(r, "Failed to parse search domain string '%s', ignoring.", a);
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
log_syntax(NULL, LOG_DEBUG, "/etc/resolv.conf", n, 0, "Ignoring resolv.conf line: %s", l);
|
||||
|
Loading…
x
Reference in New Issue
Block a user