commit:     52357565c61a5d2c4f4da693caae852a4d90b111
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  1 18:31:23 2021 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> 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 <vapier <AT> 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) {

Reply via email to