mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-14 15:06:52 -04:00
Logging
This commit is contained in:
parent
42caf08daf
commit
c7a3d7a5c3
@ -72,6 +72,8 @@ void network::dhcp::layer::decode(network::interface_descriptor& /*interface*/,
|
||||
}
|
||||
|
||||
std::expected<network::dhcp::dhcp_configuration> network::dhcp::layer::request_ip(network::interface_descriptor& interface) {
|
||||
logging::logf(logging::log_level::TRACE, "dhcp: Start discovery\n");
|
||||
|
||||
listening = true;
|
||||
|
||||
// 1. Send DHCP Discovery
|
||||
|
Loading…
x
Reference in New Issue
Block a user