update to torrent v1.42.0 dms 1.4.0 and add dsd support

This commit is contained in:
nikk gitanes
2022-04-13 03:21:15 +03:00
parent 74ead6b3d8
commit 325f1fb5d7
5 changed files with 111 additions and 1071 deletions

View File

@@ -50,7 +50,7 @@ func Init(path, webpath string) {
//https://stackoverflow.com/a/36140590
//fmt.Print(time.Now().UTC().Format("2006-01-02T15:04:05.999Z") + " TLOG " + string(bytes))
log.SetFlags(log.Ldate | log.Ltime | log.LUTC | log.Lmsgprefix)
log.SetPrefix("UTC0 TLOG ")
log.SetPrefix("UTC0 SRV ")
log.SetOutput(ff)
}
}