Skip to content
Snippets Groups Projects
Commit 8662f181 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

boots and suspenders, or whatever the idiom is

svn:r9365
parent a36ec61f
Branches
Tags
No related merge requests found
......@@ -195,7 +195,7 @@ evdns_log_cb(int warn, const char *msg)
} else if (!strcmpstart(msg, "Nameserver ") &&
(cp=strstr(msg, " is back up"))) {
char *ns = tor_strndup(msg+11, cp-(msg+11));
severity = all_down ? LOG_NOTICE : LOG_INFO;
severity = (all_down && warn) ? LOG_NOTICE : LOG_INFO;
all_down = 0;
control_event_server_status(LOG_NOTICE,
"NAMESERVER_STATUS NS=%s STATUS=UP", ns);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment