unit: Print tls_alert

This commit is contained in:
Denis Kenzior 2018-06-28 13:23:29 -05:00
parent 961c3e849d
commit 41361053b3
1 changed files with 1 additions and 0 deletions

View File

@ -2855,6 +2855,7 @@ static void eapol_sm_test_tls_test_ready(const char *peer_identity,
static void eapol_sm_test_tls_test_disconnected(enum l_tls_alert_desc reason,
bool remote, void *user_data)
{
l_info("Unexpected TLS alert: %d", reason);
assert(false);
}