Skip to content

Commit

Permalink
Improve log issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn1m committed Jan 17, 2017
1 parent c5ea538 commit c560b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overture/inbound.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func handleRequest(writer dns.ResponseWriter, question_message *dns.Msg) {
if err == dns.ErrTruncated {
log.Warn("Maybe your primary dns server does not support edns client subnet: ", err)
} else {
log.Warn("Get dns response failed: ", err)
log.Debug("Get dns response failed: ", err)
}
return
}
Expand Down

0 comments on commit c560b3b

Please sign in to comment.