From c1b19ceadd291d7a5212c2b5feb64550541b2b88 Mon Sep 17 00:00:00 2001 From: Kevin Trocolli Date: Mon, 27 Mar 2023 04:05:45 -0400 Subject: [PATCH] es3sec: re-add some logging --- platform/es3sec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/es3sec.c b/platform/es3sec.c index 97576d9..ff49d7a 100644 --- a/platform/es3sec.c +++ b/platform/es3sec.c @@ -304,6 +304,7 @@ static HRESULT es3sec_hub_connection_info_ex(struct irp *irp) HRESULT hr; PUSB_NODE_CONNECTION_INFORMATION_EX conn_info = (PUSB_NODE_CONNECTION_INFORMATION_EX) malloc(irp->write.nbytes); hr = iobuf_read(&irp->write, conn_info, irp->write.nbytes); + dprintf("ES3 Dongle: Get Hub connection Info EX\n"); if (FAILED(hr)) { dprintf("ES3 Dongle: es3sec_hub_connection_info_ex Failed to read IRP %lx\n", hr);