diff 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
line wrap: on
line diff
--- a/libfdcore/p_psm.c	Tue Apr 16 11:18:59 2013 +0800
+++ b/libfdcore/p_psm.c	Tue Apr 16 11:45:52 2013 +0800
@@ -659,7 +659,7 @@
 		
 		/* At this point the message must have been fully handled already */
 		if (msg) {
-			fd_msg_log( FD_MSG_LOG_DROPPED, msg, "Internal error: unhandled message.", peer->p_hdr.info.pi_diamid );
+			fd_msg_log( FD_MSG_LOG_DROPPED, msg, "Internal error ('%s'): unhandled message.", peer->p_hdr.info.pi_diamid );
 			fd_msg_free(msg);
 		}
 		
"Welcome to our mercurial repository"