mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-30 16:17:02 +01:00
gpgconf: Fix last commit.
-- Oops, I noticed the warning only after backporting to 2.2.
This commit is contained in:
parent
a0fb78ee0f
commit
b091a250d1
@ -329,9 +329,9 @@ list_dirs (estream_t fp, char **names, int special)
|
||||
es_fflush (fp);
|
||||
if (special)
|
||||
es_fprintf (fp, "\n"
|
||||
"### Note: homedir taken from registry key %s\\%s:%s\n"
|
||||
"### Note: homedir taken from registry key %s%s\\%s:%s\n"
|
||||
"\n",
|
||||
hkcu?" HKCU":"", hklm?" HKLM":"",
|
||||
hkcu?"HKCU":"", hklm?"HKLM":"",
|
||||
GNUPG_REGISTRY_DIR, "HomeDir");
|
||||
else
|
||||
log_info ("Warning: homedir taken from registry key (%s:%s) in%s%s\n",
|
||||
@ -347,7 +347,7 @@ list_dirs (estream_t fp, char **names, int special)
|
||||
es_fflush (fp);
|
||||
if (special)
|
||||
es_fprintf (fp, "\n"
|
||||
"### Note: registry %s:%s without value in HKCU or HKLM\n"
|
||||
"### Note: registry %s without value in HKCU or HKLM\n"
|
||||
"\n", GNUPG_REGISTRY_DIR);
|
||||
else
|
||||
log_info ("Warning: registry key (%s) without value in HKCU or HKLM\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user