diff libfdcore/p_psm.c @ 975:5c564966a754

Remove \n from fd_msg_log.
author Thomas Klausner <tk@giga.or.at>
date Thu, 14 Mar 2013 18:27:39 +0100
parents 2091bf698fb1
children 357c2f892d24
line wrap: on
line diff
--- a/libfdcore/p_psm.c	Thu Mar 14 18:14:35 2013 +0100
+++ b/libfdcore/p_psm.c	Thu Mar 14 18:27:39 2013 +0100
@@ -586,7 +586,7 @@
 					CHECK_FCT_DO( ret = fd_out_send(&msg, NULL, peer, FD_CNX_ORDERED),  );
 					if (msg) {
 						/* Only if an error occurred & the message was not saved / dumped */
-						fd_msg_log( FD_MSG_LOG_DROPPED, msg, "Internal error: Problem while sending (%s)\n", strerror(ret) );
+						fd_msg_log( FD_MSG_LOG_DROPPED, msg, "Internal error: Problem while sending (%s)", strerror(ret) );
 						CHECK_FCT_DO( fd_msg_free(msg), goto psm_end);
 					}
 				} else {
"Welcome to our mercurial repository"