diff options
Diffstat (limited to 'dirmngr/t-http.c')
-rw-r--r-- | dirmngr/t-http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/t-http.c b/dirmngr/t-http.c index 3a6be6c6a..59959c4a5 100644 --- a/dirmngr/t-http.c +++ b/dirmngr/t-http.c @@ -154,7 +154,7 @@ main (int argc, char **argv) http_session_t session = NULL; gpgrt_init (); - log_set_prefix (PGM, 1 | 4); + log_set_prefix (PGM, GPGRT_LOG_WITH_PREFIX | GPGRT_LOG_WITH_PID); if (argc) { argc--; argv++; } while (argc && last_argc != argc ) |