just format

This commit is contained in:
nikk gitanes
2021-12-14 09:09:14 +03:00
parent 4fa474f052
commit 9641406601

View File

@@ -57,8 +57,7 @@ func main() {
settings.HttpAuth = params.HttpAuth
log.Init(params.LogPath, params.WebLogPath)
fmt.Println("=========== START ===========")
fmt.Println("TorrServer", version.Version+",", runtime.Version())
fmt.Println("CPU Num:", runtime.NumCPU())
fmt.Println("TorrServer", version.Version+",", runtime.Version()+",", "CPU Num:", runtime.NumCPU())
if params.HttpAuth {
log.TLogln("Use HTTP Auth file", settings.Path+"/accs.db")
}