diff --git a/tuf/client/updater.py b/tuf/client/updater.py index 82872e9f..24809f2d 100755 --- a/tuf/client/updater.py +++ b/tuf/client/updater.py @@ -1390,6 +1390,8 @@ def _update_metadata_if_changed(self, metadata_role, referenced_metadata='releas # about the uncompressed file provided by the referenced metadata. if not self._fileinfo_has_changed(uncompressed_metadata_filename, uncompressed_fileinfo): + logger.info(repr(uncompressed_metadata_filename)+' up-to-date.') + return logger.debug('Metadata '+repr(uncompressed_metadata_filename)+\