add torrent version info

This commit is contained in:
nikk gitanes
2023-03-12 12:32:22 +03:00
parent 388ec778b1
commit 497a8f0dc7
2 changed files with 22 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ var (
)
func Start(port string) {
log.TLogln("Start TorrServer " + version.Version)
log.TLogln("Start TorrServer " + version.Version + " torrent " + version.GetTorrentVersion())
ips := getLocalIps()
if len(ips) > 0 {
log.TLogln("Local IPs:", ips)