changeset 28620:3d5f1cde625a

These debug messages were missing newlines at the end.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 12 Sep 2009 01:01:56 +0000
parents 79c14adf9669
children ce5593e0e1dc ca0d55a8943f
files libpurple/protocols/yahoo/libymsg.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/libymsg.c	Fri Sep 11 18:17:03 2009 +0000
+++ b/libpurple/protocols/yahoo/libymsg.c	Sat Sep 12 01:01:56 2009 +0000
@@ -2025,11 +2025,11 @@
 				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: