diff options
Diffstat (limited to 'src/import/import-util.c')
-rw-r--r-- | src/import/import-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/import-util.c b/src/import/import-util.c index a36e83bdc4..0330bc1fb2 100644 --- a/src/import/import-util.c +++ b/src/import/import-util.c @@ -404,7 +404,7 @@ int import_verify( r = pipe2(gpg_pipe, O_CLOEXEC); if (r < 0) - return log_error_errno(errno, "Failed to create pipe: %m"); + return log_error_errno(errno, "Failed to create pipe for gpg: %m"); sig_file = mkostemp(sig_file_path, O_RDWR); if (sig_file < 0) |