mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
sd-dhcp-client: drop logging about T1/T2
These are redundant now that the REQUEST messages contain the same information.
This commit is contained in:
parent
998d804702
commit
730b306208
@ -744,8 +744,6 @@ static int client_timeout_t2(sd_event_source *s, uint64_t usec, void *userdata)
|
||||
}
|
||||
client->fd = r;
|
||||
|
||||
log_dhcp_client(client, "TIMEOUT T2");
|
||||
|
||||
return client_initialize_events(client, client_receive_message_raw);
|
||||
}
|
||||
|
||||
@ -767,8 +765,6 @@ static int client_timeout_t1(sd_event_source *s, uint64_t usec,
|
||||
|
||||
client->fd = r;
|
||||
|
||||
log_dhcp_client(client, "TIMEOUT T1");
|
||||
|
||||
return client_initialize_events(client, client_receive_message_udp);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user