all repos — openbox @ 092ef0e6dd1e911e0b95c77d644aac51d31c9aaa

openbox fork - make it a bit more like ryudo

mention that it is in fact openbox that crashes
Mikael Magnusson mikachu@comhem.se
commit

092ef0e6dd1e911e0b95c77d644aac51d31c9aaa

parent

ca9fe26a6b169c905d990c55a642ba5f00a791a0

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/mainloop.copenbox/mainloop.c

@@ -419,7 +419,7 @@ /* XXX special case for signals that default to core dump.

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();