Made missing break event post attach a warning instead of an error

This commit is contained in:
Nav
2022-05-03 19:59:38 +01:00
parent 42e2730408
commit b6879991a2

View File

@@ -1177,7 +1177,7 @@ namespace Bloom::DebugToolDrivers::Protocols::CmsisDap::Edbg::Avr
this->waitForStoppedEvent();
} catch (const Exception& exception) {
Logger::error(
Logger::warning(
"Execution on AVR8 target could not be halted post attach - " + exception.getMessage()
);
}