diff --git a/schedule/__init__.py b/schedule/__init__.py index 45a6f1d2..5fc67c2a 100644 --- a/schedule/__init__.py +++ b/schedule/__init__.py @@ -464,6 +464,7 @@ def _schedule_next_run(self): # Let's see if we will still make that time we specified today if (self.next_run - datetime.datetime.now()).days >= 7: self.next_run -= self.period + logger.info('Scheduled job %s', self) # The following methods are shortcuts for not having to