Major overhaul of DebugPrint
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
#include "SocketSubsystem.h"
|
||||
#include "AddressInfoTypes.h"
|
||||
|
||||
using namespace DebugPrint;
|
||||
|
||||
#define UI UI_ST
|
||||
THIRD_PARTY_INCLUDES_START
|
||||
#include <openssl/ssl.h>
|
||||
@@ -903,7 +905,7 @@ void FLpxSocketsI::DPrintTrace()
|
||||
char* data;
|
||||
int ndata = BIO_get_mem_data(TraceBIO, &data);
|
||||
if (ndata == 0) return;
|
||||
engineutil::DPrintHook(data, ndata);
|
||||
DPrint(data, ndata);
|
||||
BIO_reset(TraceBIO);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user