diff options
Diffstat (limited to '')
-rw-r--r-- | tools/gpgconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpgconf.c b/tools/gpgconf.c index f7ce4c961..69ea9c9cf 100644 --- a/tools/gpgconf.c +++ b/tools/gpgconf.c @@ -223,7 +223,7 @@ main (int argc, char **argv) early_system_init (); gnupg_reopen_std (GPGCONF_NAME); set_strusage (my_strusage); - log_set_prefix (GPGCONF_NAME, 1); + log_set_prefix (GPGCONF_NAME, GPGRT_LOG_WITH_PREFIX); /* Make sure that our subsystems are ready. */ i18n_init(); |