mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-06 04:49:16 +00:00
Show more debug messages
This commit is contained in:
@ -7,10 +7,12 @@ namespace NetworkDNS
|
||||
{
|
||||
DNS::DNS(NetworkUDP::Socket *Socket) : NetworkUDP::UDPEvents()
|
||||
{
|
||||
debug("DNS interface %#lx created.", this);
|
||||
this->UDPSocket = Socket;
|
||||
}
|
||||
|
||||
DNS::~DNS()
|
||||
{
|
||||
debug("DNS interface %#lx destroyed.", this);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user