segment_coverage: Reduce "no hours" warning to info

This is too noisy at warning level, and comes up for non-main channels.
pull/155/head
Mike Lang 5 years ago
parent ab157afe20
commit 967ac7b856

@ -112,7 +112,7 @@ class CoverageChecker(object):
rows -- the height of the image"""
if not all_hour_holes:
self.logger.warning('No hours to generate coverage map from')
self.logger.info('No hours to generate coverage map from')
return

Loading…
Cancel
Save