mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
network: adjust log level when DHCPv4 lease lost
This commit is contained in:
parent
8fa0de653b
commit
f8c2e4b926
@ -529,7 +529,7 @@ static int dhcp_lease_lost(Link *link) {
|
||||
assert(link);
|
||||
assert(link->dhcp_lease);
|
||||
|
||||
log_link_warning(link, "DHCP lease lost");
|
||||
log_link_info(link, "DHCP lease lost");
|
||||
|
||||
link->dhcp4_configured = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user