Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sandbox:master commit in: src/
Date: Mon, 01 Nov 2021 18:31:58
Message-Id: 1635791483.52357565c61a5d2c4f4da693caae852a4d90b111.vapier@gentoo
1 commit: 52357565c61a5d2c4f4da693caae852a4d90b111
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 1 18:31:23 2021 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 1 18:31:23 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=52357565
7
8 sandbox: include "sandbox" in the error log summary
9
10 This should make it a little more clear that this summary is coming
11 from the sandbox and not somewhere else.
12
13 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
14
15 src/sandbox.c | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/src/sandbox.c b/src/sandbox.c
19 index 7d6b03f..3d43446 100644
20 --- a/src/sandbox.c
21 +++ b/src/sandbox.c
22 @@ -114,7 +114,7 @@ static void print_sandbox_log(char *sandbox_log)
23 return;
24 }
25
26 - sb_eerror("--------------------------- ACCESS VIOLATION SUMMARY ---------------------------\n");
27 + sb_eerror("----------------------- SANDBOX ACCESS VIOLATION SUMMARY -----------------------\n");
28 sb_eerror("LOG FILE: \"%s\"\n", sandbox_log);
29
30 while (1) {