changeset 19508:f0c3497e2ea6

- Change g_assert to purple_debug_error
author William Ehlhardt <williamehlhardt@gmail.com>
date Tue, 28 Aug 2007 03:46:31 +0000
parents 7086c311867a
children 4da3c8618c24 c88e64f1ed76 1754155051a4
files libpurple/plugins/ssl/ssl-nss.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/plugins/ssl/ssl-nss.c	Tue Aug 28 03:34:06 2007 +0000
+++ b/libpurple/plugins/ssl/ssl-nss.c	Tue Aug 28 03:46:31 2007 +0000
@@ -590,7 +590,9 @@
 	}
 	
 	/* If we get here...bad things! */
-	g_assert(FALSE);
+	purple_debug_error("nss/x509",
+			   "x509_check_name fell through where it shouldn't "
+			   "have.\n");
 	return FALSE;
 }