Mercurial > pidgin
changeset 13466:d7b01bcfb031
[gaim-migrate @ 15841]
This debug message should end with a newline.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Wed, 08 Mar 2006 21:29:51 +0000 |
parents | b03f19de58b8 |
children | 16544c190fe6 |
files | src/protocols/yahoo/yahoo_filexfer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo_filexfer.c Wed Mar 08 21:25:19 2006 +0000 +++ b/src/protocols/yahoo/yahoo_filexfer.c Wed Mar 08 21:29:51 2006 +0000 @@ -518,7 +518,7 @@ if (pkt->service == YAHOO_SERVICE_P2PFILEXFER) { if (service && (strcmp("FILEXFER", service) != 0)) { - gaim_debug_misc("yahoo", "unhandled service 0x%02x", pkt->service); + gaim_debug_misc("yahoo", "unhandled service 0x%02x\n", pkt->service); return; } }