Prettiefied WLog messages.
This commit is contained in:
parent
4f42a7955f
commit
015bfeb897
@ -572,7 +572,7 @@ BOOL certificate_read_server_x509_certificate_chain(rdpCertificate* certificate,
|
||||
if (Stream_GetRemainingLength(s) < certLength)
|
||||
return FALSE;
|
||||
|
||||
DEBUG_CERTIFICATE("\nX.509 Certificate #%d, length:%d", i + 1, certLength);
|
||||
DEBUG_CERTIFICATE("X.509 Certificate #%d, length:%d", i + 1, certLength);
|
||||
certificate->x509_cert_chain->array[i].data = (BYTE*) malloc(certLength);
|
||||
|
||||
if (!certificate->x509_cert_chain->array[i].data)
|
||||
|
Loading…
Reference in New Issue
Block a user