changeset 1697:23ad4f7b644f

[gaim-migrate @ 1707] fprintf is probably better in this case than g_print. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 11 Apr 2001 04:36:21 +0000
parents c6390c52caca
children 4c3bcc579e71
files src/aim.c
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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: