diff options
Diffstat (limited to 'openbox/mainloop.c')
| -rw-r--r-- | openbox/mainloop.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/mainloop.c b/openbox/mainloop.c index 61c92705..26ba4f9b 100644 --- a/openbox/mainloop.c +++ b/openbox/mainloop.c @@ -418,7 +418,8 @@ static void sighandler(gint sig) /* XXX special case for signals that default to core dump. but throw some helpful output here... */ - fprintf(stderr, "Fuck yah. Core dump. (Signal=%d)\n", sig); + fprintf(stderr, "How are you gentlemen? All your base are" + " belong to us. (Signal=%d)\n", sig); /* die with a core dump */ abort(); |
