aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/get-path.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dirmngr/get-path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/get-path.c b/dirmngr/get-path.c
index c773e7074..e5a1fdf4d 100644
--- a/dirmngr/get-path.c
+++ b/dirmngr/get-path.c
@@ -441,7 +441,7 @@ w32_rootdir (void)
*p = 0;
else
{
- log_debug ("bad filename `%s' returned for this process\n", dir);
+ log_debug ("bad filename '%s' returned for this process\n", dir);
*dir = 0;
}
}