fix debugprint() change line

This commit is contained in:
2024-10-28 11:57:12 +08:00
parent 48627d70de
commit 007c4286d7

View File

@@ -39,8 +39,8 @@ func check() error {
}
func debugprint() {
fmt.Printf("ListenPort=%v", ListenPort)
fmt.Printf("File=%v", File)
fmt.Printf("database path : %s", DB.Path)
fmt.Printf("ListenPort=%v\n", ListenPort)
fmt.Printf("File=%v\n", File)
fmt.Printf("database path : %s\n", DB.Path)
}