pidgin: bc64b5eb: These debug messages were missing newlin...

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Fri Sep 11 21:06:52 EDT 2009


-----------------------------------------------------------------
Revision: bc64b5eb472500430bd789d326b144a0bfb808fa
Ancestor: e9e9537a3c31d523f8a0c564c8e8b2c69c6a274c
Author: rekkanoryo at pidgin.im
Date: 2009-09-12T01:01:56
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/bc64b5eb472500430bd789d326b144a0bfb808fa

Modified files:
        libpurple/protocols/yahoo/libymsg.c

ChangeLog: 

These debug messages were missing newlines at the end.

-------------- next part --------------
============================================================
--- libpurple/protocols/yahoo/libymsg.c	9f4d92c3fc86e7a91514246a63ebbd3b9c5c6f05
+++ libpurple/protocols/yahoo/libymsg.c	2c9c0b67e4867a7d16d236ae18e894eb6fac0f36
@@ -2025,11 +2025,11 @@ static void yahoo_process_ignore(PurpleC
 				break;
 			}
 		case 2:
-			purple_debug_info("yahoo", "Server reported that %s is already in the ignore list.",
+			purple_debug_info("yahoo", "Server reported that %s is already in the ignore list.\n",
 							  who);
 			break;
 		case 3:
-			purple_debug_info("yahoo", "Server reported that %s is not in the ignore list; could not delete",
+			purple_debug_info("yahoo", "Server reported that %s is not in the ignore list; could not delete\n",
 							  who);
 		case 0:
 		default:


More information about the Commits mailing list