Skip to content

Commit

Permalink
add debug message when entering main loop
Browse files Browse the repository at this point in the history
  • Loading branch information
danpodeanu committed Oct 9, 2023
1 parent 0f18068 commit 5109369
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions udp-redirect.c
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,8 @@ int main(int argc, char *argv[]) {
ERRNO_IGNORE_SET(errno_ignore, EADDRNOTAVAIL);
}

DEBUG(DEBUG_LEVEL_VERBOSE, "entering infinite loop");

while (1) {
int poll_retval;
int recvfrom_retval;
Expand Down

0 comments on commit 5109369

Please sign in to comment.