comparison src/protocols/yahoo/yahoo_filexfer.c @ 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 6e50059617d3
children 967ef719cb62
comparison
equal deleted inserted replaced
13465:b03f19de58b8 13466:d7b01bcfb031
516 service = pair->value; 516 service = pair->value;
517 } 517 }
518 518
519 if (pkt->service == YAHOO_SERVICE_P2PFILEXFER) { 519 if (pkt->service == YAHOO_SERVICE_P2PFILEXFER) {
520 if (service && (strcmp("FILEXFER", service) != 0)) { 520 if (service && (strcmp("FILEXFER", service) != 0)) {
521 gaim_debug_misc("yahoo", "unhandled service 0x%02x", pkt->service); 521 gaim_debug_misc("yahoo", "unhandled service 0x%02x\n", pkt->service);
522 return; 522 return;
523 } 523 }
524 } 524 }
525 525
526 if (msg) { 526 if (msg) {