Skip to content
Snippets Groups Projects
Commit be117b86 authored by Timothe Jost's avatar Timothe Jost
Browse files

printing message when upd thread stops

parent 8d2d51b4
No related branches found
No related tags found
No related merge requests found
...@@ -226,6 +226,7 @@ void *readUdp(void *arg) ...@@ -226,6 +226,7 @@ void *readUdp(void *arg)
if (SHOULD_EXIT && PROXY_INIT_COMPLETE) if (SHOULD_EXIT && PROXY_INIT_COMPLETE)
{ {
printf("Exiting readUdp loop due to should_exit flag.\n");
break; break;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment