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;