Tidy up the logger output
This commit is contained in:
parent
f219f686f6
commit
47340a3c2e
3 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ import (
|
|||
func getIOMMU(args ...string) []string {
|
||||
var stdout, stderr bytes.Buffer
|
||||
// Write to logger
|
||||
logger.Printf("Executing: utils/ls-iommu %s", strings.Join(args, " "))
|
||||
logger.Printf("Executing: utils/ls-iommu %s\n", strings.Join(args, " "))
|
||||
|
||||
// Configure the ls-iommu command
|
||||
cmd := exec.Command("utils/ls-iommu", args...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue