diff options
Diffstat (limited to 'glib/gthread-posix.c')
-rw-r--r-- | glib/gthread-posix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gthread-posix.c b/glib/gthread-posix.c index bd48c6bf0..ed7f7fd12 100644 --- a/glib/gthread-posix.c +++ b/glib/gthread-posix.c @@ -72,7 +72,7 @@ static void g_thread_abort (gint status, const gchar *function) { - fprintf (stderr, "GLib (gthread-posix.c): Unexpected error from C library during '%s': %s. Aborting.\n", + g_warning (stderr, "GLib (gthread-posix.c): Unexpected error from C library during '%s': %s. Aborting.\n", function, strerror (status)); abort (); } |