1
1
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:
Tom Gundersen 2014-05-09 00:26:22 +02:00
parent f22364691b
commit 699370c98d

View File

@ -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");