From e67e8dc2f17aae2d2720e03f9d048e8e94061a32 Mon Sep 17 00:00:00 2001 From: Robert Swiecki Date: Sat, 21 Oct 2023 23:36:00 +0200 Subject: [PATCH] sandbox: better logging --- sandbox.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sandbox.cc b/sandbox.cc index b49f613..d18fe58 100644 --- a/sandbox.cc +++ b/sandbox.cc @@ -91,9 +91,8 @@ bool preparePolicy(nsjconf_t* nsjconf) { return true; } if (!nsjconf->kafel_file_path.empty() && !nsjconf->kafel_string.empty()) { - LOG_W( - "You specified both kafel seccomp policy, and kafel seccomp file. Specify one " - "only"); + LOG_W("You specified both kafel seccomp policy, and kafel seccomp file. Specify " + "one only"); return false; }