commit 2a911637be035476640c5c65e45ff26cb6bf169a from: Omar Polo date: Thu Feb 11 09:04:47 2021 UTC fix compilation on OSes without sandbox commit - 0b040b99091cee8048cfb4b164f3e0ddfa0d1631 commit + 2a911637be035476640c5c65e45ff26cb6bf169a blob - 5ac0c783dd1596c4baa5198ed89b134917f3e3b0 blob + 1d01f66507558f28ace2f3877654457371921ef1 --- sandbox.c +++ sandbox.c @@ -271,7 +271,7 @@ sandbox() void sandbox() { - LOGN(NULL, "%s", "no sandbox method known for this OS"); + log_notice(NULL, "no sandbox method known for this OS"); } #endif