diff src/protocols/simple/simple.c @ 13749:e4a4983752a9

[gaim-migrate @ 16160] Fix one of those assertion failures. My bad. This might also make add notification work for ICQ, for when someone else adds you to their buddy list committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 09 May 2006 00:18:46 +0000
parents 6bee2e80e42c
children a9ff4499d9ce
line wrap: on
line diff
--- a/src/protocols/simple/simple.c	Mon May 08 04:47:56 2006 +0000
+++ b/src/protocols/simple/simple.c	Tue May 09 00:18:46 2006 +0000
@@ -379,7 +379,7 @@
 	}
 	g_strfreev(parts);
 
-	gaim_debug(GAIM_DEBUG_MISC, "simple", "nonce: %s realm: %s ", auth->nonce ? auth->nonce : "(null)", auth->realm ? auth->realm : "(null)");
+	gaim_debug(GAIM_DEBUG_MISC, "simple", "nonce: %s realm: %s\n", auth->nonce ? auth->nonce : "(null)", auth->realm ? auth->realm : "(null)");
 	if(auth->realm) {
 		auth->digest_session_key = gaim_cipher_http_digest_calculate_session_key(
 				"md5", authuser, auth->realm, sip->password, auth->nonce, NULL);