Skip to content

Commit

Permalink
Add more info to "select timeout" debug message.
Browse files Browse the repository at this point in the history
  • Loading branch information
shussain committed Oct 16, 2017
1 parent 8db59ff commit c0a02e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion network.c
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,9 @@ void network_thread ()
{
if (gconfig.debug_network)
{
l2tp_log (LOG_DEBUG, "%s: select timeout with max retries: %d\n", __FUNCTION__, gconfig.max_retries);
l2tp_log (LOG_DEBUG,
"%s: select timeout with max retries: %d for tunnel: %d\n",
__FUNCTION__, gconfig.max_retries, tunnels.head->ourtid);
}
}
else
Expand Down

0 comments on commit c0a02e8

Please sign in to comment.