diff options
-rwxr-xr-x | bin/reproducible_scheduler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 26f6783b..2d103ada 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -525,7 +525,7 @@ def scheduler(arch): if __name__ == '__main__': - log.info('Updating schroots and sources tables for all suites.') + log.info('Updating sources tables for all suites.') for suite in SUITES: update_sources(suite) purge_old_pages() |