mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-31 11:41:32 +01:00
agent: Require verbose level 2 for handler started/terminated notices.
* agent/gpg-agent.c (do_start_connection_thread): Silence diags even more.
This commit is contained in:
parent
ad7d2e6fb1
commit
84c2d97cca
@ -2715,12 +2715,12 @@ do_start_connection_thread (ctrl_t ctrl)
|
||||
{
|
||||
active_connections++;
|
||||
agent_init_default_ctrl (ctrl);
|
||||
if (opt.verbose && !DBG_IPC)
|
||||
if (opt.verbose > 1 && !DBG_IPC)
|
||||
log_info (_("handler 0x%lx for fd %d started\n"),
|
||||
(unsigned long) npth_self(), FD2INT(ctrl->thread_startup.fd));
|
||||
|
||||
start_command_handler (ctrl, GNUPG_INVALID_FD, ctrl->thread_startup.fd);
|
||||
if (opt.verbose && !DBG_IPC)
|
||||
if (opt.verbose > 1 && !DBG_IPC)
|
||||
log_info (_("handler 0x%lx for fd %d terminated\n"),
|
||||
(unsigned long) npth_self(), FD2INT(ctrl->thread_startup.fd));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user