diff options
author | Daniel Gustafsson <daniel@yesql.se> | 2018-11-26 11:40:26 +0100 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2018-11-26 11:40:26 +0100 |
commit | fd1049554ff1156514a34c9511f5c018993d02b3 (patch) | |
tree | e37d82987b78dc5479296a5915ca658623946c72 /lib/doh.c | |
parent | 8802ad965d4563df7179de5302313cb384c809bc (diff) | |
download | curl-fd1049554ff1156514a34c9511f5c018993d02b3.tar.gz |
doh: fix typo in infof call
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
Diffstat (limited to 'lib/doh.c')
-rw-r--r-- | lib/doh.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |