Skip to content

Commit 1f48333

Browse files
committed
add a bit more debug output
1 parent 8797eb6 commit 1f48333

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

intercept/mdapi/MetricsDiscoveryHelper.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,12 +277,14 @@ bool MDHelper::InitMetricsDiscovery(
277277
return false;
278278
}
279279

280+
DebugPrint("InitMetricsDiscoveryAdapterGroup for adapter index %u...\n", adapterIndex);
280281
bool success = InitMetricsDiscoveryAdapterGroup(
281282
metricSetSymbolName,
282283
metricsFileName,
283284
adapterIndex );
284285
if (!success)
285286
{
287+
DebugPrint("InitMetricsDiscoveryLegacy...\n", adapterIndex);
286288
success = InitMetricsDiscoveryLegacy(
287289
metricSetSymbolName,
288290
metricsFileName );

0 commit comments

Comments
 (0)