Skip to content

Commit

Permalink
Clarify log message
Browse files Browse the repository at this point in the history
  • Loading branch information
lahtinep committed Nov 12, 2024
1 parent b4c1c48 commit b0ff6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytroll_collectors/geographic_gatherer.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def _check_sigterm(self):

def stop(self):
"""Stop the gatherer."""
logger.info('Ending publication the gathering of granules...')
logger.info('Ending the gathering of granules...')
for trigger in self.triggers:
trigger.stop()
self.publisher.stop()
Expand Down

0 comments on commit b0ff6ab

Please sign in to comment.