diff options
author | Dan Winship <danw@gnome.org> | 2012-09-03 08:33:13 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2012-09-03 08:33:13 -0400 |
commit | 3389e6b686d4aad739780927b4db333e7d8af0c0 (patch) | |
tree | a5f6717b41d14aa9872149bc128092703d6c4fcb /glib/gthread-posix.c | |
parent | 27f34bc1a3cf658929735108d927b710a24592f1 (diff) | |
download | glib-wip/free.tar.gz |
gio stuffwip/free
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 (); } |