Skip to content

Commit

Permalink
netdriver: log msg
Browse files Browse the repository at this point in the history
  • Loading branch information
robertswiecki committed Jan 27, 2019
1 parent e3b1675 commit 7d3c772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libhfnetdriver/netdriver.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ static void netDriver_waitForServerReady(uint16_t portno) {
}
LOG_I(
"Honggfuzz Net Driver (pid=%d): Waiting for the TCP server process to start accepting "
"TCP connections at TCP4:127.0.0.1:%" PRIu16 " or at TCP6:[::1]:%" PRIu16
"connections at TCP4:127.0.0.1:%" PRIu16 " or at TCP6:[::1]:%" PRIu16
". Sleeping for 0.5 seconds ...",
(int)getpid(), portno, portno);
usleep(500000U);
Expand Down

0 comments on commit 7d3c772

Please sign in to comment.