1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00
This commit is contained in:
TimothyYe 2019-01-31 11:16:03 +08:00
parent dc376d91b4
commit bb4c5f3192

View File

@ -41,7 +41,7 @@ func main() {
}
// Init log settings
log.SetPrefix("【GoDNS】")
log.SetPrefix("[GoDNS] ")
log.Println("GoDNS started, entering main loop...")
dnsLoop()
}