mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
scd: Add strerror to new error message.
* agent/call-scd.c (wait_child_thread): Add %s. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
cd64af003d
commit
3a90efb7cf
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ wait_child_thread (void *arg)
|
||||||
|
|
||||||
err = npth_mutex_unlock (&start_scd_lock);
|
err = npth_mutex_unlock (&start_scd_lock);
|
||||||
if (err)
|
if (err)
|
||||||
log_error ("failed to release the start_scd lock after waitpid",
|
log_error ("failed to release the start_scd lock after waitpid: %s\n",
|
||||||
strerror (err));
|
strerror (err));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue