mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
DockerActionManager: improve the logging
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
2992198d9b
commit
c578a6e3f3
2 changed files with 5 additions and 5 deletions
|
|
@ -46,7 +46,7 @@ readonly class DockerController {
|
|||
if ($pullImage) {
|
||||
if (!$this->dockerActionManager->isDockerHubReachable($container)) {
|
||||
$pullImage = false;
|
||||
error_log('Not pulling the image for the ' . $container->GetContainerName() . ' container because docker hub does not seem to be reachable.');
|
||||
error_log('Not pulling the ' . $container->GetContainerName() . ' image for the ' . $container->GetIdentifier() . ' container because docker hub does not seem to be reachable.');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue