Aesthetic modifications

This commit is contained in:
2016-11-03 09:33:25 +01:00
parent a450d02485
commit 60aa513375
6 changed files with 15 additions and 17 deletions

View File

@@ -347,9 +347,9 @@ void eap::peer_ttls_ui::invoke_identity_ui(
// Not really an error.
result = wxID_CANCEL;
} else if (error)
wxLogError(_("Invoking EAP identity failed (error %u, %s, %s)."), error->dwWinError, error->pRootCauseString, error->pRepairString);
wxLogError(_("Invoking EAP identity UI failed (error %u, %s, %s)."), error->dwWinError, error->pRootCauseString, error->pRepairString);
else
wxLogError(_("Invoking EAP identity failed (error %u)."), dwResult);
wxLogError(_("Invoking EAP identity UI failed (error %u)."), dwResult);
}
} else
result = wxID_OK;