From 46281355d97348b59fd4f73ae3a32d91dd68de9e Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Sun, 15 Jan 2012 21:42:39 +0100 Subject: [PATCH] Minor - Missing '\n' in debug mode --- src/modbus-tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modbus-tcp.c b/src/modbus-tcp.c index 978105d..59e8cd2 100644 --- a/src/modbus-tcp.c +++ b/src/modbus-tcp.c @@ -605,7 +605,7 @@ int modbus_tcp_pi_accept(modbus_t *ctx, int *socket) } if (ctx->debug) { - printf("The client connection is accepted."); + printf("The client connection is accepted.\n"); } return ctx->s; -- libgit2 0.21.4