Reduced log spam.

This commit is contained in:
CalDescent 2022-01-12 19:20:14 +00:00
parent 90836afd91
commit e0ebfb9b53

View File

@ -363,7 +363,7 @@ public class ArbitraryDataReader {
} }
// Throw a missing data exception, which allows subsequent layers to fetch data // Throw a missing data exception, which allows subsequent layers to fetch data
LOGGER.info(message); LOGGER.debug(message);
throw new MissingDataException(message); throw new MissingDataException(message);
} }
} }