summaryrefslogtreecommitdiff
path: root/p11-kit/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'p11-kit/conf.c')
-rw-r--r--p11-kit/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/p11-kit/conf.c b/p11-kit/conf.c
index 2a6dc5c..ef542f2 100644
--- a/p11-kit/conf.c
+++ b/p11-kit/conf.c
@@ -416,7 +416,7 @@ load_configs_from_directory (const char *directory,
{
if (stat (path, &st) < 0) {
error = errno;
- p11_message ("couldn't stat path: %s", path);
+ p11_message_err (error, "couldn't stat path: %s", path);
free (path);
break;
}