aboutsummaryrefslogtreecommitdiff
path: root/libminijail.c
diff options
context:
space:
mode:
Diffstat (limited to 'libminijail.c')
-rw-r--r--libminijail.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libminijail.c b/libminijail.c
index d9b7da4..43de3c4 100644
--- a/libminijail.c
+++ b/libminijail.c
@@ -389,7 +389,7 @@ void API minijail_set_seccomp_filter_tsync(struct minijail *j)
* SECCOMP_RET_TRAP to both kill the entire process and report
* failing syscalls, since it will be brittle. Just bail.
*/
- die("SECCOMP_RET_LOG not available, cannot use logging and "
+ die("SECCOMP_RET_LOG not available, cannot use logging with "
"thread sync at the same time");
}
@@ -409,8 +409,8 @@ void API minijail_log_seccomp_filter_failures(struct minijail *j)
* SECCOMP_RET_TRAP to both kill the entire process and report
* failing syscalls, since it will be brittle. Just bail.
*/
- die("SECCOMP_RET_LOG not available, cannot use logging and "
- "thread sync at the same time");
+ die("SECCOMP_RET_LOG not available, cannot use thread sync with "
+ "logging at the same time");
}
if (debug_logging_allowed()) {