mirror of
https://github.com/ZSCNetSupportDept/scheduler.git
synced 2025-10-28 20:45:05 +08:00
fix debugprint() change line
This commit is contained in:
@@ -39,8 +39,8 @@ func check() error {
|
|||||||
}
|
}
|
||||||
func debugprint() {
|
func debugprint() {
|
||||||
|
|
||||||
fmt.Printf("ListenPort=%v", ListenPort)
|
fmt.Printf("ListenPort=%v\n", ListenPort)
|
||||||
fmt.Printf("File=%v", File)
|
fmt.Printf("File=%v\n", File)
|
||||||
fmt.Printf("database path : %s", DB.Path)
|
fmt.Printf("database path : %s\n", DB.Path)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user