summaryrefslogtreecommitdiff
path: root/src/or/dns.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-01-09 05:14:34 +0000
committerRoger Dingledine <arma@torproject.org>2007-01-09 05:14:34 +0000
commit794fedb0adaaed8e4e0f071c9c8691695d7dbd80 (patch)
tree7ad6f8aa33caa1136db942441f8ca405e055f4c2 /src/or/dns.c
parentabaf2231528aeaf9a5adfddee3971c3bbd238d7b (diff)
downloadtor-794fedb0adaaed8e4e0f071c9c8691695d7dbd80.tar.gz
tor-794fedb0adaaed8e4e0f071c9c8691695d7dbd80.zip
some cleanups. more probably remain, but hey, it's an alpha.
time to put out the bugfix release. svn:r9309
Diffstat (limited to 'src/or/dns.c')
-rw-r--r--src/or/dns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dns.c b/src/or/dns.c
index 9e55447e9b..09805e53e0 100644
--- a/src/or/dns.c
+++ b/src/or/dns.c
@@ -186,7 +186,7 @@ evdns_log_cb(int warn, const char *msg)
* nameservers have failed' if we're completely out of nameservers;
* otherwise, the situation is tolerable. */
warn = 0;
- control_event_server_status(LOG_WARN,
+ control_event_server_status(LOG_NOTICE,
"NAMESERVER_STATUS NS=%s STATUS=DOWN ERR=%s",
ns, escaped(err));
tor_free(ns);