diff options
Diffstat (limited to 'src/xz/file_io.c')
-rw-r--r-- | src/xz/file_io.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xz/file_io.c b/src/xz/file_io.c index 71b5377e..1a7dac13 100644 --- a/src/xz/file_io.c +++ b/src/xz/file_io.c @@ -238,6 +238,8 @@ capsicum_error: // implement the capability system calls, then the capsicum system // calls will fail and set errno to ENOSYS. if (errno == ENOSYS) { + message_warning(_("%s: Cannot enable the sandbox"), + strerror(errno)); sandbox_allowed = false; return; } |