comparison libfdcore/p_psm.c @ 1033:000e1904074c

Fix a number of additional warnings
author Sebastien Decugis <sdecugis@freediameter.net>
date Tue, 16 Apr 2013 11:45:52 +0800
parents 0117a7746b21
children 5d37c0db6cbf 74bba7975864
comparison
equal deleted inserted replaced
1032:313c510b0d65 1033:000e1904074c
657 } 657 }
658 }; 658 };
659 659
660 /* At this point the message must have been fully handled already */ 660 /* At this point the message must have been fully handled already */
661 if (msg) { 661 if (msg) {
662 fd_msg_log( FD_MSG_LOG_DROPPED, msg, "Internal error: unhandled message.", peer->p_hdr.info.pi_diamid ); 662 fd_msg_log( FD_MSG_LOG_DROPPED, msg, "Internal error ('%s'): unhandled message.", peer->p_hdr.info.pi_diamid );
663 fd_msg_free(msg); 663 fd_msg_free(msg);
664 } 664 }
665 665
666 goto psm_loop; 666 goto psm_loop;
667 } 667 }
"Welcome to our mercurial repository"