Skip to content

Commit

Permalink
sandbox: better logging
Browse files Browse the repository at this point in the history
  • Loading branch information
robertswiecki committed Oct 21, 2023
1 parent 84f6d75 commit e67e8dc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sandbox.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit e67e8dc

Please sign in to comment.