--- a/poll-hgweb-queue.py Tue Aug 23 14:26:00 2016 +0800
+++ b/poll-hgweb-queue.py Tue Aug 23 14:30:08 2016 +0800
logging.info('Got %d new hash(es) from %s', len(new), url)
- logging.info('Got %d current hash(es) from %s', len(hashes), url)
+ 'Got %d current hash(es) from %s', len(hashes), url)
target['hashes'] = hashes
target['etag'] = response.headers.get('ETag', None)
elif response.code == 304: