summaryrefslogtreecommitdiff
path: root/openbox/mainloop.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2007-03-04 21:46:13 +0000
committerMikael Magnusson <mikachu@comhem.se>2007-03-04 21:46:13 +0000
commit092ef0e6dd1e911e0b95c77d644aac51d31c9aaa (patch)
tree8d8d06eae7d9dc20b544fee2f4187a1e9ee8b79e /openbox/mainloop.c
parentca9fe26a6b169c905d990c55a642ba5f00a791a0 (diff)
mention that it is in fact openbox that crashes
Diffstat (limited to 'openbox/mainloop.c')
-rw-r--r--openbox/mainloop.c2
1 files changed, 1 insertions, 1 deletions
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();