aboutsummaryrefslogtreecommitdiffstats
path: root/g13/be-encfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'g13/be-encfs.c')
-rw-r--r--g13/be-encfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g13/be-encfs.c b/g13/be-encfs.c
index 250084a48..524f09e6b 100644
--- a/g13/be-encfs.c
+++ b/g13/be-encfs.c
@@ -418,7 +418,7 @@ be_encfs_create_container (ctrl_t ctrl, const char *fname, tupledesc_t tuples,
{
err = gpg_error_from_syserror ();
log_error (_("can't create directory `%s': %s\n"),
- "/tmp/g13-XXXXXX", gpg_strerror (err));
+ "/tmp/.#g13_XXXXXX", gpg_strerror (err));
goto leave;
}