doh: fix typo in infof call
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
This commit is contained in:
Родитель
8802ad965d
Коммит
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);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче