# HG changeset patch # User Eric Warmenhoven # Date 986963781 0 # Node ID 23ad4f7b644f042bc27e7c110c7832b7cb2a1368 # Parent c6390c52caca33c55eb7e0f705e7f3746b330ed2 [gaim-migrate @ 1707] fprintf is probably better in this case than g_print. committer: Tailor Script diff -r c6390c52caca -r 23ad4f7b644f src/aim.c --- a/src/aim.c Wed Apr 11 04:33:52 2001 +0000 +++ b/src/aim.c Wed Apr 11 04:36:21 2001 +0000 @@ -390,13 +390,13 @@ gtkspell_stop(); switch (sig) { case SIGSEGV: - g_print("Gaim has segfaulted and attempted to dump a core file.\n" - "Please notify the gaim maintainers by reporting a bug at\n" - "http://sourceforge.net/projects/gaim/\n\n" - "Please make sure to specify what you were doing at the time,\n" - "and post the backtrace from the core file (if you do not know\n" - "how to get the backtrace, please IM either EWarmenhoven or\n" - "RobFlynn and they can instruct you).\n"); + fprintf(stderr, "Gaim has segfaulted and attempted to dump a core file.\n" + "Please notify the gaim maintainers by reporting a bug at\n" + "http://sourceforge.net/projects/gaim/\n\n" + "Please make sure to specify what you were doing at the time,\n" + "and post the backtrace from the core file (if you do not know\n" + "how to get the backtrace, please IM either EWarmenhoven or\n" + "RobFlynn and they can instruct you).\n"); abort(); break; default: