# HG changeset patch # User John Bailey # Date 1252717316 0 # Node ID 3d5f1cde625ac613487781dd922918b8356c0025 # Parent 79c14adf96692b725996219a45f5a4feade0c924 These debug messages were missing newlines at the end. diff -r 79c14adf9669 -r 3d5f1cde625a libpurple/protocols/yahoo/libymsg.c --- 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: