# HG changeset patch # User Richard Laager # Date 1141853391 0 # Node ID d7b01bcfb03190e0ee1bbac386a8f580690f5e25 # Parent b03f19de58b8479ff7569e6be0d19deef21378ca [gaim-migrate @ 15841] This debug message should end with a newline. committer: Tailor Script diff -r b03f19de58b8 -r d7b01bcfb031 src/protocols/yahoo/yahoo_filexfer.c --- 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; } }