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; }