[sheepdog] [PATCH] gateway: add missing '\n'

Liu Yuan namei.unix at gmail.com
Fri Jun 29 14:50:02 CEST 2012


From: Liu Yuan <tailai.ly at taobao.com>

Signed-off-by: Liu Yuan <tailai.ly at taobao.com>
---
 sheep/gateway.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sheep/gateway.c b/sheep/gateway.c
index 98dfc91..27660f1 100644
--- a/sheep/gateway.c
+++ b/sheep/gateway.c
@@ -81,7 +81,7 @@ read_remote:
 		}
 
 		if (ret) {
-			dprintf("remote node might have gone away");
+			dprintf("remote node might have gone away\n");
 			sheep_del_sockfd(&v->nid, sfd);
 			ret = SD_RES_NETWORK_ERROR;
 		} else {
-- 
1.7.10.2




More information about the sheepdog mailing list