about summary refs log tree commit diff
path: root/src/core/nm-policy.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2022-10-04 00:56:46 +0200
committerMichael Biebl <biebl@debian.org>2022-10-04 00:56:46 +0200
commit3612e6355f3f40d264ec4657547761069baa5430 (patch)
tree768e4f5b37b66f540dd7030aa2eaff2ac7bb0168 /src/core/nm-policy.c
parent7e9f00a3be8f65535e6620b344443ec4d403212b (diff)
parent6f7fcde10e47d8af865af336becf1fd8a446e62e (diff)
Merge tag 'debian/1.40.0-1' into debian/bullseye-backports
network-manager Debian release 1.40.0-1
Diffstat (limited to 'src/core/nm-policy.c')
-rw-r--r--src/core/nm-policy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nm-policy.c b/src/core/nm-policy.c
index 1a824fa4..16b0211f 100644
--- a/src/core/nm-policy.c
+++ b/src/core/nm-policy.c
@@ -826,7 +826,7 @@ update_system_hostname(NMPolicy *self, const char *msg)
         && (nm_utils_is_specific_hostname(temp_hostname)
             || nm_utils_is_specific_hostname(priv->last_hostname))) {
         external_hostname = TRUE;
-        _LOGI(LOGD_DNS,
+        _LOGD(LOGD_DNS,
               "set-hostname: current hostname was changed outside NetworkManager: '%s'",
               temp_hostname);
         priv->dhcp_hostname = FALSE;