missed one, see prev commit

This commit is contained in:
brent s. 2020-07-24 23:10:27 -04:00
parent 712dc8e4c7
commit 8263de6875
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
1 changed files with 2 additions and 1 deletions

View File

@ -322,7 +322,8 @@ class Distro(object):
_logger.info('No local timestamps; syncing.')
u.has_new = True
else:
_logger.info('Local checks are newer than upstream.')
_logger.info('Local checks are newer than upstream; not syncing.')
_logger.debug('Newest local: {0}, remote update: {1}'.format(local_checks[-1], update))
else:
_logger.info('No remote update timestamp; syncing.')
u.has_new = True