DUNE-DAQ / iomanager

Package providing a unified API
0 stars 0 forks source link

Explicitly set the TRACE_NAME in TLOG calls in several hxx files #69

Closed bieryAtFnal closed 8 months ago

bieryAtFnal commented 10 months ago

While running tests of long-window readout with fddaq-v4.2.0 candidate builds, I noticed several TLOG messages showing up in the TRACE buffer with a TRACE_NAME of TPCTPRequestHandler which was clearly wrong because I didn't have TPG enabled. This turned out to be TLOG calls in hxx files that didn't have the TRACE_NAME explicitly set.

This PR is filed against the develop branch since it is not intended to be included in the 4.2 release.