Minor improvements on logging

This commit is contained in:
Juan Font Alonso 2022-03-20 12:31:18 +01:00
parent f42868f67f
commit a1caa5b45c
3 changed files with 5 additions and 5 deletions

View file

@ -72,7 +72,7 @@ func (s *IntegrationCLITestSuite) SetupTest() {
if pheadscale, err := s.pool.BuildAndRunWithBuildOptions(headscaleBuildOptions, headscaleOptions, DockerRestartPolicy); err == nil {
s.headscale = *pheadscale
} else {
log.Fatalf("Could not start resource: %s", err)
log.Fatalf("Could not start headscale container: %s", err)
}
fmt.Println("Created headscale container")