add missing debug message
This commit is contained in:
parent
0372d6135c
commit
c3cbc99f83
1 changed files with 2 additions and 0 deletions
|
@ -113,6 +113,8 @@ class TileServer:
|
|||
logger.error('Cache package download failed: %s' % e)
|
||||
return False
|
||||
|
||||
logger.debug('Recieving and loading new cache package...')
|
||||
|
||||
try:
|
||||
self.cache_package = CachePackage.read(BytesIO(r.content))
|
||||
self.cache_package_etag = r.headers.get('ETag', None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue