Nicer SSLInvalidCertificateException description.
This commit is contained in:
parent
c089411ad3
commit
17d95a2347
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
|||
return description;
|
||||
|
||||
description = [[OFString alloc] initWithFormat:
|
||||
@"Invalid certificate, Reason: %@!", reason];
|
||||
@"Invalid certificate! Reason: %@", reason];
|
||||
|
||||
return description;
|
||||
}
|
||||
|
|
Reference in a new issue