]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- testcode/dohclient sets log identity to its name.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 17 Oct 2022 14:00:43 +0000 (16:00 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 17 Oct 2022 14:00:43 +0000 (16:00 +0200)
doc/Changelog
testcode/dohclient.c

index 9c916c2979d72c95a68122962933e2357a639bcc..36192be81f25964140298b700adbaadfad646f1c 100644 (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.
index 82e522f90d51be0d73cd8cbc56f55db366ccff78..64af699bc718fba00bbb54ba5a1b71c9a5bc904d 100644 (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");