- testcode/dohclient sets log identity to its name.

This commit is contained in:
W.C.A. Wijngaards 2022-10-17 16:00:43 +02:00
parent 5ffa4d7232
commit ba8642aeb7
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
17 October 2022: Wouter
- testcode/dohclient sets log identity to its name.
14 October 2022: Wouter
- Merge #768 from fobser: Arithmetic on a pointer to void is a GNU
extension.

View File

@ -573,6 +573,7 @@ int main(int argc, char** argv)
#endif
checklock_start();
log_init(0, 0, 0);
log_ident_set("dohclient");
h2_session = http2_session_create();
if(!h2_session) fatal_exit("out of memory");