mention that it is in fact openbox that crashes
authorMikael Magnusson <mikachu@comhem.se>
Sun, 4 Mar 2007 21:46:13 +0000 (21:46 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Sun, 4 Mar 2007 21:46:13 +0000 (21:46 +0000)
openbox/mainloop.c

index 26ba4f9..7db4291 100644 (file)
@@ -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();