From 092ef0e6dd1e911e0b95c77d644aac51d31c9aaa Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sun, 4 Mar 2007 21:46:13 +0000 Subject: [PATCH] mention that it is in fact openbox that crashes --- openbox/mainloop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/mainloop.c b/openbox/mainloop.c index 26ba4f9b..7db42910 100644 --- a/openbox/mainloop.c +++ b/openbox/mainloop.c @@ -419,7 +419,7 @@ static void sighandler(gint sig) but throw some helpful output here... */ fprintf(stderr, "How are you gentlemen? All your base are" - " belong to us. (Signal=%d)\n", sig); + " belong to us. (Openbox received signal %d)\n", sig); /* die with a core dump */ abort(); -- 2.39.2