diff --git a/system/cron.py b/system/cron.py index 3b842dfefb6..57c7fd40836 100644 --- a/system/cron.py +++ b/system/cron.py @@ -450,7 +450,7 @@ def main(): # Ensure all files generated are only writable by the owning user. Primarily relevant for the cron_file option. os.umask(022) crontab = CronTab(module, user, cron_file) -] + module.debug('cron instantiated - name: "%s"' % name) # --- user input validation ---