changeset 302:a660025a3243

Fixed typo
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 08 Jan 2009 13:55:12 +0900
parents a10a3403e8bd
children b2902fc18fef
files waaad/peer-out.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/waaad/peer-out.c	Thu Jan 08 13:45:08 2009 +0900
+++ b/waaad/peer-out.c	Thu Jan 08 13:55:12 2009 +0900
@@ -80,7 +80,7 @@
 		{
 			/* What are we supposed to do? just discard the message or start failover? */
 			/* => let's discard this message, with a log entry */
-			log_error("An error occurred while generating a message for sending to peer '%s', message dropped.", peer->p_diamid);
+			log_error("An error occurred while generating a message for sending to peer '%s', message dropped.\n", peer->p_diamid);
 			CHECK_FCT_DO(msg_free(msg, 1), );
 			return 0; /* is this OK with the cancelation handler??? */
 		}  );
"Welcome to our mercurial repository"