]> Dogcows Code - chaz/openbox/blobdiff - openbox/mainloop.c
if sm is disabled, there is nothing to shutdown, so don't go trying to free things...
[chaz/openbox] / openbox / mainloop.c
index 61c927052ed3b0edc100d255a32b87ba82d8a0d7..26ba4f9be633333e32c7d1424cd2ed0865c01f5e 100644 (file)
@@ -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();
This page took 0.020243 seconds and 4 git commands to generate.