Add better debug message to SetTechnology
This commit is contained in:
parent
bc4b6c7bff
commit
1c5b8d8f50
@ -430,7 +430,7 @@ func (c *Container) SetTechnology(tech string, version string) error {
|
|||||||
output, err = driver.Exec(c.App.Name, []string{"su", "app", "-c", "rosti " + tech + " " + version}, "", []string{}, false)
|
output, err = driver.Exec(c.App.Name, []string{"su", "app", "-c", "rosti " + tech + " " + version}, "", []string{}, false)
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Printf("DEBUG: enable tech for %s output: %s", c.App.Name, string(*output))
|
log.Printf("DEBUG: enable tech %s/%s for %s output: %s", tech, version, c.App.Name, string(*output))
|
||||||
|
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user