src/protocols/simple/simple.c

changeset 13751
23e348cf5a99
parent 13700
ad7bca3b4240
child 13844
835b8f7b3d1d
--- 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);

mercurial