mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 09:30:16 +01:00
dns: fix logging path name in update_resolv_conf()
This commit is contained in:
parent
ff678df474
commit
64708c3443
1 changed files with 1 additions and 1 deletions
|
|
@ -868,7 +868,7 @@ update_resolv_conf (NMDnsManager *self,
|
|||
|
||||
if (rc_manager == NM_DNS_MANAGER_RESOLV_CONF_MAN_FILE) {
|
||||
_LOGT ("update-resolv-conf: write internal file %s succeeded (rc-manager=%s)",
|
||||
rc_path, _rc_manager_to_string (rc_manager));
|
||||
MY_RESOLV_CONF, _rc_manager_to_string (rc_manager));
|
||||
return write_file_result;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue