missed one, see prev commit
This commit is contained in:
parent
712dc8e4c7
commit
8263de6875
@ -322,7 +322,8 @@ class Distro(object):
|
|||||||
_logger.info('No local timestamps; syncing.')
|
_logger.info('No local timestamps; syncing.')
|
||||||
u.has_new = True
|
u.has_new = True
|
||||||
else:
|
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:
|
else:
|
||||||
_logger.info('No remote update timestamp; syncing.')
|
_logger.info('No remote update timestamp; syncing.')
|
||||||
u.has_new = True
|
u.has_new = True
|
||||||
|
Loading…
Reference in New Issue
Block a user