mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Debug message cleanups.
Fixed passphrase caching.
This commit is contained in:
parent
a2176634ae
commit
8460fb4a73
5 changed files with 22 additions and 8 deletions
|
@ -136,7 +136,8 @@ start_scd (void)
|
|||
expected to tun as a single-thread (or may be in
|
||||
future using libpth) */
|
||||
|
||||
log_debug ("no running SCdaemon - starting it\n");
|
||||
if (opt.verbose)
|
||||
log_info ("no running SCdaemon - starting it\n");
|
||||
|
||||
if (fflush (NULL))
|
||||
{
|
||||
|
@ -166,7 +167,8 @@ start_scd (void)
|
|||
}
|
||||
scd_ctx = ctx;
|
||||
|
||||
log_debug ("connection to SCdaemon established\n");
|
||||
if (DBG_ASSUAN)
|
||||
log_debug ("connection to SCdaemon established\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue