diff --git a/dtcInterfaceLib/DTC.cpp b/dtcInterfaceLib/DTC.cpp index a67552c..0c74561 100644 --- a/dtcInterfaceLib/DTC.cpp +++ b/dtcInterfaceLib/DTC.cpp @@ -165,7 +165,7 @@ std::vector> DTCLib::DTC::GetData(DTC_EventWi // Similart to GetData() but retrieves a SubEvent, as opposed to an Event -- This is appropriate for SW Event building or more basic tests. std::vector> DTCLib::DTC::GetSubEventData(DTC_EventWindowTag when, bool matchEventWindowTag) { - DTC_TLOG(TLVL_GetData) << "GetSubEventData begin EventWindowTag=" << when.GetEventWindowTag(true) << ", matching=" << (matchEventWindowTag ? "true" : "false"); + DTC_TLOG(TLVL_GetData) << "GetSubEventData begin EventWindowTag=" << when.GetEventWindowTag(true) << ", doMatching=" << (matchEventWindowTag ? "true" : "false"); std::vector> output; std::unique_ptr packet = nullptr;