mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-14 20:56:30 +00:00
Add more debug output
This commit is contained in:
parent
a3a966fdea
commit
aa49498ac0
@ -39,6 +39,7 @@ class DockerBase(object):
|
||||
Need run inside executor.
|
||||
"""
|
||||
try:
|
||||
_LOGGER.info("Pull image %s tag %s", self.image, tag)
|
||||
self.dock.images.pull(self.image, tag=tag)
|
||||
|
||||
if tag != "latest":
|
||||
|
Loading…
x
Reference in New Issue
Block a user