ミラー元
https://git.tukaani.org/xz.git
前回の同期 2025-07-01 18:06:37 +00:00
xz: Comment out annoying sandboxing messages.
このコミットが含まれているのは:
コミット
e1beaa74bc
@ -170,8 +170,11 @@ static void
|
|||||||
io_sandbox_enter(int src_fd)
|
io_sandbox_enter(int src_fd)
|
||||||
{
|
{
|
||||||
if (!sandbox_allowed) {
|
if (!sandbox_allowed) {
|
||||||
message(V_DEBUG, _("Sandbox is disabled due "
|
// This message is more often annoying than useful so
|
||||||
"to incompatible command line arguments"));
|
// it's commented out. It can be useful when developing
|
||||||
|
// the sandboxing code.
|
||||||
|
//message(V_DEBUG, _("Sandbox is disabled due "
|
||||||
|
// "to incompatible command line arguments"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -213,7 +216,8 @@ io_sandbox_enter(int src_fd)
|
|||||||
# error ENABLE_SANDBOX is defined but no sandboxing method was found.
|
# error ENABLE_SANDBOX is defined but no sandboxing method was found.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
message(V_DEBUG, _("Sandbox was successfully enabled"));
|
// This message is annoying in xz -lvv.
|
||||||
|
//message(V_DEBUG, _("Sandbox was successfully enabled"));
|
||||||
return;
|
return;
|
||||||
|
|
||||||
error:
|
error:
|
||||||
|
読み込み中…
x
新しいイシューから参照
ユーザーをブロックする