X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fopenbox.c;h=dd8ba12dfdb5652a4063d5ab19b958245f7cae20;hb=fa0ae17adbc8f73b707c33836d37841e81b9303a;hp=e71465a68db6cb9e075b5a15bbf413901e0e8583;hpb=a92c209fc1845cf3f3acdfa3f9e8f0930fd53eb3;p=chaz%2Fopenbox 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); }