Skip to content

Commit

Permalink
This is not an error. Might be a warning but it is still annoying, so…
Browse files Browse the repository at this point in the history
… I've changed it to a debug message.
  • Loading branch information
mortenwh authored and akorosov committed Jan 5, 2023
1 parent 1508463 commit 0f9783b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nansat/nansat.py
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ def _get_dataset_metadata(self):
try:
gdal_dataset = gdal.Open(self.filename)
except RuntimeError:
self.logger.error('GDAL could not open %s, trying to read with Nansat mappers...'
self.logger.debug('GDAL could not open %s, trying to read with Nansat mappers...'
% self.filename)
if gdal_dataset is not None:
# get metadata from the GDAL dataset
Expand Down

0 comments on commit 0f9783b

Please sign in to comment.