From b0ff6ab35c625ba8056e05b0df3fedb45abc313b Mon Sep 17 00:00:00 2001 From: Panu Lahtinen Date: Tue, 12 Nov 2024 10:32:16 +0200 Subject: [PATCH] Clarify log message --- pytroll_collectors/geographic_gatherer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()