X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=blobdiff_plain;f=openbox%2Fopenbox.c;h=dd8ba12dfdb5652a4063d5ab19b958245f7cae20;hp=e71465a68db6cb9e075b5a15bbf413901e0e8583;hb=fa0ae17adbc8f73b707c33836d37841e81b9303a;hpb=a170ad7c85b5f23fafe64d28a3f183a7ce42ce53 diff --git a/openbox/openbox.c b/openbox/openbox.c index e71465a6..dd8ba12d 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -664,7 +664,7 @@ static Cursor load_cursor(const gchar *name, guint fontval) void ob_exit_with_error(const gchar *msg) { - g_message(msg); + g_message("%s", msg); session_shutdown(TRUE); exit(EXIT_FAILURE); }