Skip to content

Commit

Permalink
Correct a typo in a debug message in wifiClient's TI platform adaptor
Browse files Browse the repository at this point in the history
Resolves: LE-12527
Change-Id: Ibeee25cf0926a0d8c851f08b36a530538afbe23d
  • Loading branch information
Andrew Au authored and Andrew Au committed Apr 2, 2019
1 parent db69d26 commit 6dca17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/platformAdaptor/ti/pa_wifi_client_ti.c
Expand Up @@ -1014,7 +1014,7 @@ le_result_t pa_wifiClient_Connect

case LE_WIFICLIENT_SECURITY_WPA_EAP_PEAP0_ENTERPRISE:
// Enterprise environment: connect to WPA EAP PEAP0
LE_DEBUG("SwitchCase: ..._SECURITY_WPA2_EAP_PEAP0_ENTERPRISE");
LE_DEBUG("SwitchCase: ..._SECURITY_WPA_EAP_PEAP0_ENTERPRISE");
if ((0 == SavedUsername[0]) && (0 == SavedPassword[0]))
{
LE_ERROR("No valid Username & Password");
Expand Down

0 comments on commit 6dca17e

Please sign in to comment.