mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-01 05:47:04 +03:00
sd-dhcp-client: improve logging when stopping client
'Requested by user' was confusing, just drop it.
This commit is contained in:
parent
f22364691b
commit
699370c98d
@ -237,7 +237,7 @@ static sd_dhcp_client *client_stop(sd_dhcp_client *client, int error) {
|
||||
else {
|
||||
switch(error) {
|
||||
case DHCP_EVENT_STOP:
|
||||
log_dhcp_client(client, "STOPPED: Requested by user");
|
||||
log_dhcp_client(client, "STOPPED");
|
||||
break;
|
||||
case DHCP_EVENT_NO_LEASE:
|
||||
log_dhcp_client(client, "STOPPED: No lease");
|
||||
|
Loading…
x
Reference in New Issue
Block a user