Commit 46281355d97348b59fd4f73ae3a32d91dd68de9e

Authored by Stéphane Raimbault
1 parent 146e8a08

Minor - Missing '\n' in debug mode

Showing 1 changed file with 1 additions and 1 deletions
src/modbus-tcp.c
@@ -605,7 +605,7 @@ int modbus_tcp_pi_accept(modbus_t *ctx, int *socket) @@ -605,7 +605,7 @@ int modbus_tcp_pi_accept(modbus_t *ctx, int *socket)
605 } 605 }
606 606
607 if (ctx->debug) { 607 if (ctx->debug) {
608 - printf("The client connection is accepted."); 608 + printf("The client connection is accepted.\n");
609 } 609 }
610 610
611 return ctx->s; 611 return ctx->s;