mirror of
git://git.gnupg.org/gnupg.git
synced 2025-05-19 09:02:22 +02: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);
|
es_fflush (fp);
|
||||||
if (special)
|
if (special)
|
||||||
es_fprintf (fp, "\n"
|
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",
|
"\n",
|
||||||
hkcu?" HKCU":"", hklm?" HKLM":"",
|
hkcu?"HKCU":"", hklm?"HKLM":"",
|
||||||
GNUPG_REGISTRY_DIR, "HomeDir");
|
GNUPG_REGISTRY_DIR, "HomeDir");
|
||||||
else
|
else
|
||||||
log_info ("Warning: homedir taken from registry key (%s:%s) in%s%s\n",
|
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);
|
es_fflush (fp);
|
||||||
if (special)
|
if (special)
|
||||||
es_fprintf (fp, "\n"
|
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);
|
"\n", GNUPG_REGISTRY_DIR);
|
||||||
else
|
else
|
||||||
log_info ("Warning: registry key (%s) without value in HKCU or HKLM\n",
|
log_info ("Warning: registry key (%s) without value in HKCU or HKLM\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user