Clean house

This commit is contained in:
2025-03-10 18:08:17 +01:00
parent 83477d5f18
commit 71ea17122c
3 changed files with 8 additions and 14 deletions

View File

@@ -32,7 +32,7 @@ func main() {
if *debug {
log.SetFlags(log.Lmicroseconds | log.Lshortfile)
logFile, err := os.Create("main.log")
logFile, err := os.Create("cln.log")
if err != nil {
log.Printf("Error creating log file: %v", err)
os.Exit(1)