mirror of
https://github.com/matrix-construct/construct
synced 2025-01-13 16:33:53 +01:00
ircd::net::dns::resolver: Simplify error message.
This commit is contained in:
parent
260bc798d7
commit
d0ffb53f1e
1 changed files with 1 additions and 1 deletions
|
@ -695,7 +695,7 @@ try
|
|||
if(!handle_error(header, tag))
|
||||
throw rfc1035::error
|
||||
{
|
||||
"protocol error #%u :%s",
|
||||
"protocol #%u :%s",
|
||||
header.rcode,
|
||||
rfc1035::rcode.at(header.rcode)
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue