mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
doh: fix typo in infof call
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
This commit is contained in:
parent
8802ad965d
commit
fd1049554f
@ -853,7 +853,7 @@ CURLcode Curl_doh_is_resolved(struct connectdata *conn,
|
||||
&de);
|
||||
free(data->req.doh.probe[1].serverdoh.memory);
|
||||
if(rc2) {
|
||||
infof(data, "DOG: %s type %s for %s\n", doh_strerror(rc2),
|
||||
infof(data, "DOH: %s type %s for %s\n", doh_strerror(rc2),
|
||||
type2name(data->req.doh.probe[1].dnstype),
|
||||
data->req.doh.host);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user