mirror of
https://github.com/HikariKnight/quickpassthrough
synced 2025-06-28 05:58:00 +02:00
chore: logging output cleanup
This commit is contained in:
parent
74fa194a30
commit
f5c71ee915
3 changed files with 8 additions and 8 deletions
|
@ -244,7 +244,7 @@ func CopyToSystem(conffile, sysfile string) string {
|
|||
clean_output := clean_re.ReplaceAllString(output[0], "")
|
||||
|
||||
// Write output to logger
|
||||
logger.Printf(clean_output)
|
||||
logger.Printf("%s\n", clean_output)
|
||||
|
||||
// Return the output
|
||||
return fmt.Sprintf("Copying: %s", clean_output)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue