aboutsummaryrefslogtreecommitdiffstats
path: root/agent/call-scd.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2018-11-30 11:38:51 +0000
committerWerner Koch <[email protected]>2018-11-30 11:38:51 +0000
commit3a90efb7cf13532cc82b45c11a7abdadfe0c81f1 (patch)
treea8b6c3dbe9000ce04c6f35380e478ac8851a9e18 /agent/call-scd.c
parentgpg: Improve error message about failed keygrip computation. (diff)
downloadgnupg-3a90efb7cf13532cc82b45c11a7abdadfe0c81f1.tar.gz
gnupg-3a90efb7cf13532cc82b45c11a7abdadfe0c81f1.zip
scd: Add strerror to new error message.
* agent/call-scd.c (wait_child_thread): Add %s. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'agent/call-scd.c')
-rw-r--r--agent/call-scd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/call-scd.c b/agent/call-scd.c
index 796e7d86e..d0d4794a4 100644
--- a/agent/call-scd.c
+++ b/agent/call-scd.c
@@ -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));
}