diff options
Diffstat (limited to '')
-rw-r--r-- | g13/mountinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g13/mountinfo.c b/g13/mountinfo.c index be83de712..e2de8d9c4 100644 --- a/g13/mountinfo.c +++ b/g13/mountinfo.c @@ -136,7 +136,7 @@ mountinfo_del_mount (const char *container, const char *mountpoint, not have completed yet. We should add the mountpoints to an idle queue and retry a remove. */ if (rmdir (m->mountpoint)) - log_error ("error removing mount point `%s': %s\n", + log_error ("error removing mount point '%s': %s\n", m->mountpoint, gpg_strerror (gpg_error_from_syserror ())); } |