1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Debug message cleanups.

This commit is contained in:
Werner Koch 2002-04-27 13:50:16 +00:00
parent 8460fb4a73
commit 0ec648b71f
5 changed files with 18 additions and 7 deletions

View file

@ -151,7 +151,9 @@ start_agent (void)
{
const char *pgmname;
const char *argv[3];
log_info (_("no running gpg-agent - starting one\n"));
if (opt.verbose)
log_info (_("no running gpg-agent - starting one\n"));
if (fflush (NULL))
{
@ -217,7 +219,7 @@ start_agent (void)
}
agent_ctx = ctx;
if (DBG_AGENT)
if (DBG_ASSUAN)
log_debug ("connection to agent established\n");
rc = assuan_transact (agent_ctx, "RESET", NULL, NULL, NULL, NULL, NULL, NULL);