Skip to content

Commit

Permalink
Update log message to be debug level
Browse files Browse the repository at this point in the history
Signed-off-by: Dom Del Nano <[email protected]>
  • Loading branch information
ddelnano committed Mar 20, 2024
1 parent 516842d commit 3fab225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xoa/resource_xenorchestra_vm.go
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@ func recordToData(resource client.Vm, vifs []client.VIF, disks []client.Disk, cd
}

nets := vifsToMapList(vifs, networkIps, d)
fmt.Printf("[INFO] Setting the vifsToMapList: %v\n", nets)
fmt.Printf("[DEBUG] Setting the vifsToMapList: %v\n", nets)
if err := d.Set("network", nets); err != nil {
return err
}
Expand Down

0 comments on commit 3fab225

Please sign in to comment.