mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
gpgconf: Fix a diagnostic output.
* tools/gpgconf-comp.c (gc_component_launch): Fix diagnostic. * doc/examples/common.conf: Fix example. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
51419d6341
commit
b657d6c3bd
@ -19,4 +19,4 @@
|
|||||||
# standard logging socket (socket://) or a tcp server (tcp://ip:port).
|
# standard logging socket (socket://) or a tcp server (tcp://ip:port).
|
||||||
# If a file name is given the name of the component is internally
|
# If a file name is given the name of the component is internally
|
||||||
# appended.
|
# appended.
|
||||||
#socket://
|
#log-file socket://
|
||||||
|
@ -948,7 +948,10 @@ gc_component_launch (int component)
|
|||||||
gc_component[component].name);
|
gc_component[component].name);
|
||||||
if (!opt.quiet)
|
if (!opt.quiet)
|
||||||
log_info (_("Note: Use the command \"%s%s\" to get details.\n"),
|
log_info (_("Note: Use the command \"%s%s\" to get details.\n"),
|
||||||
gc_component[component].name, " --gpgconf-test");
|
gc_component[component].program
|
||||||
|
? gc_component[component].program
|
||||||
|
: gc_component[component].name,
|
||||||
|
" --gpgconf-test");
|
||||||
gpgconf_failure (0);
|
gpgconf_failure (0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user