From ca04f9fd6060b32c623d56f26846bc1ad4379b7c Mon Sep 17 00:00:00 2001 From: Eric Wolz Date: Thu, 27 May 2021 17:04:43 -0700 Subject: [PATCH] enable tracing in longhaul tests --- .../tests/common_longhaul/iothub_client_common_longhaul.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iothub_client/tests/common_longhaul/iothub_client_common_longhaul.c b/iothub_client/tests/common_longhaul/iothub_client_common_longhaul.c index 28ba349548..fe674e2010 100644 --- a/iothub_client/tests/common_longhaul/iothub_client_common_longhaul.c +++ b/iothub_client/tests/common_longhaul/iothub_client_common_longhaul.c @@ -867,7 +867,7 @@ IOTHUB_DEVICE_CLIENT_HANDLE longhaul_initialize_device_client(IOTHUB_LONGHAUL_RE } else { - bool trace = false; + bool trace = true; IOTHUB_LONGHAUL_RESOURCES* iotHubLonghaulRsrcs = (IOTHUB_LONGHAUL_RESOURCES*)handle; iotHubLonghaulRsrcs->iotHubClientHandle = result;