diff --git a/pytroll_collectors/geographic_gatherer.py b/pytroll_collectors/geographic_gatherer.py index 672e025..f16a810 100644 --- a/pytroll_collectors/geographic_gatherer.py +++ b/pytroll_collectors/geographic_gatherer.py @@ -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()