RadarProductManager logging level fix

This commit is contained in:
Dan Paulat 2025-05-13 21:42:27 -05:00
parent 926cce1eac
commit ef7caf5519

View file

@ -1460,7 +1460,7 @@ RadarProductManagerImpl::StoreRadarProductRecord(
if (storedRecord != nullptr)
{
logger_->error(
logger_->debug(
"Level 2 product previously loaded, loading from cache");
}
}