Fix loading and updating of NST data, consistent with other level 3 data

This commit is contained in:
Dan Paulat 2024-02-24 22:50:12 -06:00
parent 29e87fc11e
commit 5b9df2b61a
4 changed files with 98 additions and 41 deletions

View file

@ -433,7 +433,7 @@ void StormTrackingInformationMessage::Impl::HandleTextUniformPacket(
}
else
{
logger_->warn("Invalid Text Uniform Packet");
logger_->debug("No storm text present");
}
}