rework debug output to be more helpful for radio config failures

This commit is contained in:
Andreas Schultz
2016-04-29 08:32:49 +02:00
parent baf1ccbc73
commit 651ccc0d33
3 changed files with 18 additions and 5 deletions

View File

@ -6,6 +6,7 @@
/* */
static void wtp_dfa_state_dtlsconnect_timeout(EV_P_ ev_timer *w, int revents)
{
log_printf(LOG_DEBUG, "DTLS Connect Timeout");
wtp_teardown_connection();
}