mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-28 01:20:24 +01:00
trivial: clearer hostname fallback message
This commit is contained in:
parent
72f936db31
commit
2d982646b4
1 changed files with 1 additions and 1 deletions
|
|
@ -461,7 +461,7 @@ update_system_hostname (NMPolicy *policy, NMDevice *best)
|
|||
return;
|
||||
}
|
||||
}
|
||||
nm_warning ("%s: DHCP-provided hostname '%s' looks invalid; not using it",
|
||||
nm_warning ("%s: DHCP-provided hostname '%s' looks invalid; ignoring it",
|
||||
__func__, dhcp4_hostname);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue