summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-07-14 17:10:38 +0200
committerThomas Haller <thaller@redhat.com>2022-07-15 09:22:56 +0200
commita9818692b81281bcc80078560f4b304b6f24de11 (patch)
tree628e1108977d790e87461db8363f610bb8d12ae2
parent218c8759fb4b79aca706c5bf89b1733ca409b119 (diff)
downloadNetworkManager-a9818692b81281bcc80078560f4b304b6f24de11.tar.gz
policy: downgrade verbosity of hostname change logging message
This message seems not useful at <info> level. Downgrade logging level.
-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 1a824fa4ff..16b0211fa2 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;