From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 27530158086 for ; Mon, 1 Nov 2021 18:31:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E284E077C; Mon, 1 Nov 2021 18:31:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20FB0E077C for ; Mon, 1 Nov 2021 18:31:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C106C342E06 for ; Mon, 1 Nov 2021 18:31:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F333DC for ; Mon, 1 Nov 2021 18:31:54 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1635791483.52357565c61a5d2c4f4da693caae852a4d90b111.vapier@gentoo> Subject: [gentoo-commits] proj/sandbox:master commit in: src/ X-VCS-Repository: proj/sandbox X-VCS-Files: src/sandbox.c X-VCS-Directories: src/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 52357565c61a5d2c4f4da693caae852a4d90b111 X-VCS-Branch: master Date: Mon, 1 Nov 2021 18:31:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 042fde22-350b-489d-94b7-60b1f7b2deef X-Archives-Hash: 62585fe4ea539cea973d97c7cf2e0783 commit: 52357565c61a5d2c4f4da693caae852a4d90b111 Author: Mike Frysinger gentoo org> AuthorDate: Mon Nov 1 18:31:23 2021 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Nov 1 18:31:23 2021 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=52357565 sandbox: include "sandbox" in the error log summary This should make it a little more clear that this summary is coming from the sandbox and not somewhere else. Signed-off-by: Mike Frysinger gentoo.org> src/sandbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sandbox.c b/src/sandbox.c index 7d6b03f..3d43446 100644 --- a/src/sandbox.c +++ b/src/sandbox.c @@ -114,7 +114,7 @@ static void print_sandbox_log(char *sandbox_log) return; } - sb_eerror("--------------------------- ACCESS VIOLATION SUMMARY ---------------------------\n"); + sb_eerror("----------------------- SANDBOX ACCESS VIOLATION SUMMARY -----------------------\n"); sb_eerror("LOG FILE: \"%s\"\n", sandbox_log); while (1) {