mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-15 23:47:25 -04:00
Better log
This commit is contained in:
parent
a562cf75bd
commit
01f31441a1
@ -167,7 +167,7 @@ std::expected<uint64_t> network::arp::get_mac_force(network::interface_descripto
|
||||
|
||||
// At this point we need to send a request for the IP
|
||||
|
||||
logging::logf(logging::log_level::TRACE, "arp: IP %u.%u.%u.%u not cached, generate ARP Request\n",
|
||||
logging::logf(logging::log_level::TRACE, "arp: IP %u.%u.%u.%u not cached, generate ARP Request (timeout)\n",
|
||||
ip(0), ip(1), ip(2), ip(3));
|
||||
|
||||
auto arp_result = arp_request(interface, ip);
|
||||
|
Loading…
x
Reference in New Issue
Block a user