some cleanups. more probably remain, but hey, it's an alpha.

time to put out the bugfix release.


svn:r9309
This commit is contained in:
Roger Dingledine
2007-01-09 05:14:34 +00:00
parent abaf223152
commit 794fedb0ad
3 changed files with 36 additions and 30 deletions
+1 -1
View File
@@ -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);