mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-15 13:16:29 +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.
|
Need run inside executor.
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
|
_LOGGER.info("Pull image %s tag %s", self.image, tag)
|
||||||
self.dock.images.pull(self.image, tag=tag)
|
self.dock.images.pull(self.image, tag=tag)
|
||||||
|
|
||||||
if tag != "latest":
|
if tag != "latest":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user