diff --git a/src/Targets/Microchip/AVR/AVR8/Avr8.cpp b/src/Targets/Microchip/AVR/AVR8/Avr8.cpp index 3ce77f20..bb7f732e 100644 --- a/src/Targets/Microchip/AVR/AVR8/Avr8.cpp +++ b/src/Targets/Microchip/AVR/AVR8/Avr8.cpp @@ -32,7 +32,7 @@ namespace Bloom::Targets::Microchip::Avr::Avr8Bit this->targetConfig = Avr8TargetConfig(targetConfig); if (this->targetConfig->name == "avr8") { - Logger::warning("The \"avr8\" target name will be deprecated in a later version."); + Logger::warning("The \"avr8\" target name is deprecated and will be removed in a later version."); } if (this->family.has_value()) {