Skip to content

Commit

Permalink
resolve: update log message
Browse files Browse the repository at this point in the history
Follow-up for f43580f.
  • Loading branch information
yuwata authored and poettering committed Jun 29, 2018
1 parent 0a2fcbd commit cc7d50a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/resolve/resolved-resolv-conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ int manager_check_resolv_conf(const Manager *m) {
if (stat(path, &own) >= 0 &&
st.st_dev == own.st_dev &&
st.st_ino == own.st_ino) {
log_warning("In spite of DNSStubListner= is disabled, /etc/resolv.conf is a symlink to %s, "
"which expects DNSStubListner= is enabled.", path);
log_warning("DNSStubListner= is disabled, but /etc/resolv.conf is a symlink to %s "
"which expects DNSStubListner= to be enabled.", path);
return -EOPNOTSUPP;
}
}
Expand Down

0 comments on commit cc7d50a

Please sign in to comment.