From: Daniel Gustafsson Date: Mon, 26 Nov 2018 10:40:26 +0000 (+0100) Subject: doh: fix typo in infof call X-Git-Tag: curl-7_63_0~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd1049554ff1156514a34c9511f5c018993d02b3;p=curl doh: fix typo in infof call Reviewed-by: Daniel Stenberg --- diff --git a/lib/doh.c b/lib/doh.c index 497ad8d21..24546a0ac 100644 --- a/lib/doh.c +++ b/lib/doh.c @@ -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); }