Mercurial > pidgin
comparison libpurple/protocols/msn/httpconn.c @ 19654:941965d6fd88
Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Wed, 05 Sep 2007 22:33:22 +0000 |
parents | 32c366eeeb99 |
children | 44b4e8bd759b |
comparison
equal
deleted
inserted
replaced
19653:e21002d106ab | 19654:941965d6fd88 |
---|---|
179 | 179 |
180 if ((c = strchr(s, '\r')) == NULL) | 180 if ((c = strchr(s, '\r')) == NULL) |
181 { | 181 { |
182 msn_session_set_error(httpconn->session, | 182 msn_session_set_error(httpconn->session, |
183 MSN_ERROR_HTTP_MALFORMED, NULL); | 183 MSN_ERROR_HTTP_MALFORMED, NULL); |
184 purple_debug_error("msn", "Malformed X-MSN-Messenger field.\n{%s}", | 184 purple_debug_error("msn", "Malformed X-MSN-Messenger field.\n{%s}\n", |
185 buf); | 185 buf); |
186 | 186 |
187 g_free(body); | 187 g_free(body); |
188 return FALSE; | 188 return FALSE; |
189 } | 189 } |