mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01: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
@ -275,7 +275,7 @@ wait_child_thread (void *arg)
|
||||
|
||||
err = npth_mutex_unlock (&start_scd_lock);
|
||||
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));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user