Tidy up debug.log formating

This commit is contained in:
HikariKnight 2023-12-26 15:15:42 +01:00
parent c5ba1a80ab
commit b3c17b6f90
4 changed files with 7 additions and 7 deletions

View file

@ -22,7 +22,7 @@ func Set_Modprobe(gpu_IDs []string) {
if strings.Contains(kernel_args, "vfio_pci.disable_vga=1") {
// Write to logger
logger.Printf("User has disabled vfio video output on host, adding disable_vga=1 to the optional hardcoded vfio_pci options")
logger.Printf("User has disabled vfio video output on host, adding disable_vga=1 to the optional hardcoded vfio_pci options\n")
vfio_pci_options = append(vfio_pci_options, "disable_vga=1")
}