Mercurial > pidgin.yaz
changeset 28077:9d5d6b9ae18a
oscar: Fix debug message newline I noticed in a log from #pidgin.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Thu, 30 Jul 2009 16:02:21 +0000 |
parents | 86d4084c195d |
children | 585684d297a3 a0a8b61301c8 |
files | libpurple/protocols/oscar/family_icq.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/family_icq.c Thu Jul 30 12:41:56 2009 +0000 +++ b/libpurple/protocols/oscar/family_icq.c Thu Jul 30 16:02:21 2009 +0000 @@ -246,7 +246,7 @@ if (!od || !(conn = flap_connection_findbygroup(od, SNAC_FAMILY_ICQ))) return -EINVAL; - purple_debug_info("oscar", "Requesting ICQ alias for %s", uin); + purple_debug_info("oscar", "Requesting ICQ alias for %s\n", uin); bslen = 2 + 4 + 2 + 2 + 2 + 4;