Skip to content

Commit

Permalink
Changing mislabelled log entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgee authored Apr 30, 2024
1 parent 6874dab commit b93d547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panoptes/pocs/scheduler/observation/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def directory(self) -> Path:
"""
if self._directory is None:
self._directory = os.path.join(self._image_dir, self.field.field_name)
self.logger.warning(f'Observation directory set to {self._directory}')
self.logger.info(f'Observation directory set to {self._directory}')

return self._directory

Expand Down

0 comments on commit b93d547

Please sign in to comment.