fix compilation on OSes without sandbox

This commit is contained in:
Omar Polo 2021-02-11 09:04:47 +00:00
parent 0b040b9909
commit 2a911637be
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ sandbox()
void void
sandbox() sandbox()
{ {
LOGN(NULL, "%s", "no sandbox method known for this OS"); log_notice(NULL, "no sandbox method known for this OS");
} }
#endif #endif