summaryrefslogtreecommitdiff
path: root/src/dns.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-03 21:07:06 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-03 21:07:06 +0000
commit90515befc6fa6b29e9cb10b45fc803f0b70d9f6d (patch)
treec40b7d7f4cf0c8fe67b97745cb29f67c1a74d2d3 /src/dns.cpp
parent00da6c94541da45181bc93bf909322db9b5b6286 (diff)
Add more debug
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4685 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/dns.cpp')
-rw-r--r--src/dns.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dns.cpp b/src/dns.cpp
index 5d855ee64..5ce1936ee 100644
--- a/src/dns.cpp
+++ b/src/dns.cpp
@@ -257,6 +257,7 @@ DNS::DNS()
if (insp_aton(Config->DNSServer,&addr) > 0)
{
memcpy(&myserver,&addr,sizeof(insp_inaddr));
+ log(DEBUG,"Added nameserver '%s'",Config->DNSServer);
}
else
{