Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Dec 3, 2023
1 parent 5cefc4f commit 1b74e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_bidirectional_tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void *sendthread(void *arg)

int main()
{
printf("Starting test_bidirectional_tcp\n");
fprintf(stderr, "Starting test_bidirectional_tcp\n");

/* start a new server on port 7771 */
lo_server s = lo_server_new_with_proto("7771", LO_TCP, 0);
Expand Down

0 comments on commit 1b74e72

Please sign in to comment.