Peter M. Groen
/
libmodbus
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
46281355d97348b59fd4f73ae3a32d91dd68de9e
Authored by
Stéphane Raimbault
2012-01-15 21:42:39 +0100
1 parent
146e8a08
Minor - Missing '\n' in debug mode
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/modbus-tcp.c
src/modbus-tcp.c
View file @
4628135
...
...
@@ -605,7 +605,7 @@ int modbus_tcp_pi_accept(modbus_t *ctx, int *socket)
605
605
}
606
606
607
607
if (ctx->debug) {
608
- printf("The client connection is accepted.
");
608
+ printf("The client connection is accepted.
\n
");
609
609
}
610
610
611
611
return ctx->s;
...
...