summaryrefslogtreecommitdiff
path: root/glib/gthread-posix.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2012-09-03 08:33:13 -0400
committerDan Winship <danw@gnome.org>2012-09-03 08:33:13 -0400
commit3389e6b686d4aad739780927b4db333e7d8af0c0 (patch)
treea5f6717b41d14aa9872149bc128092703d6c4fcb /glib/gthread-posix.c
parent27f34bc1a3cf658929735108d927b710a24592f1 (diff)
downloadglib-wip/free.tar.gz
gio stuffwip/free
Diffstat (limited to 'glib/gthread-posix.c')
-rw-r--r--glib/gthread-posix.c2
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 ();
}