comparison libpurple/protocols/yahoo/yahoo.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 c07a9c6f0263
children e5b23336e52f 301f1597d41f
comparison
equal deleted inserted replaced
19653:e21002d106ab 19654:941965d6fd88
3444 set_cookie = TRUE; 3444 set_cookie = TRUE;
3445 } 3445 }
3446 3446
3447 if (!set_cookie) { 3447 if (!set_cookie) {
3448 struct yahoo_data *yd = gc->proto_data; 3448 struct yahoo_data *yd = gc->proto_data;
3449 purple_debug_error("yahoo", "No mail login token; forwarding to login screen."); 3449 purple_debug_error("yahoo", "No mail login token; forwarding to login screen.\n");
3450 url = g_strdup(yd->jp ? YAHOOJP_MAIL_URL : YAHOO_MAIL_URL); 3450 url = g_strdup(yd->jp ? YAHOOJP_MAIL_URL : YAHOO_MAIL_URL);
3451 } 3451 }
3452 3452
3453 /* Open the mailbox with the parsed url data */ 3453 /* Open the mailbox with the parsed url data */
3454 purple_notify_uri(gc, url); 3454 purple_notify_uri(gc, url);