This commit is contained in:
Nav
2024-10-12 23:16:33 +01:00
parent 52171734d8
commit 17b90e3c08
2 changed files with 3 additions and 3 deletions

View File

@@ -816,7 +816,7 @@ namespace DebugToolDrivers::Protocols::RiscVDebugSpec
void DebugTranslator::clearTrigger(const TriggerModule::TriggerDescriptor& triggerDescriptor) {
using TriggerModule::TriggerType;
Logger::debug("Clearing RISC-V trigger " + std::to_string(triggerDescriptor.index));
Logger::debug("Clearing RISC-V trigger (index: " + std::to_string(triggerDescriptor.index) + ")");
if (triggerDescriptor.supportedTypes.contains(TriggerType::MATCH_CONTROL)) {
using TriggerModule::Registers::MatchControl;