From fd1049554ff1156514a34c9511f5c018993d02b3 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Mon, 26 Nov 2018 11:40:26 +0100 Subject: doh: fix typo in infof call Reviewed-by: Daniel Stenberg --- lib/doh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.3