comparison libpurple/protocols/yahoo/libymsg.c @ 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 860998956a4d
children ce5593e0e1dc 154b4042d8cf 6e9917e067e6
comparison
equal deleted inserted replaced
28619:79c14adf9669 28620:3d5f1cde625a
2023 G_CALLBACK(ignore_buddy), 2023 G_CALLBACK(ignore_buddy),
2024 G_CALLBACK(keep_buddy)); 2024 G_CALLBACK(keep_buddy));
2025 break; 2025 break;
2026 } 2026 }
2027 case 2: 2027 case 2:
2028 purple_debug_info("yahoo", "Server reported that %s is already in the ignore list.", 2028 purple_debug_info("yahoo", "Server reported that %s is already in the ignore list.\n",
2029 who); 2029 who);
2030 break; 2030 break;
2031 case 3: 2031 case 3:
2032 purple_debug_info("yahoo", "Server reported that %s is not in the ignore list; could not delete", 2032 purple_debug_info("yahoo", "Server reported that %s is not in the ignore list; could not delete\n",
2033 who); 2033 who);
2034 case 0: 2034 case 0:
2035 default: 2035 default:
2036 break; 2036 break;
2037 } 2037 }