0
0
Fork 0
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:
Jason Volk 2020-04-21 23:28:22 -07:00
parent 260bc798d7
commit d0ffb53f1e

View file

@ -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)
};