]> granicus.if.org Git - curl/commitdiff
doh: fix typo in infof call
authorDaniel Gustafsson <daniel@yesql.se>
Mon, 26 Nov 2018 10:40:26 +0000 (11:40 +0100)
committerDaniel Gustafsson <daniel@yesql.se>
Mon, 26 Nov 2018 10:40:26 +0000 (11:40 +0100)
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
lib/doh.c

index 497ad8d212570fa708d3e4433af33469f9a76cbe..24546a0ac3eabffde6f93f9e749186a1a4fea04d 100644 (file)
--- 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);
     }