Forráskód Böngészése

print version when starts

Darien Raymond 7 éve
szülő
commit
a4f6ee6718
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      v2ray.go

+ 1 - 1
v2ray.go

@@ -124,7 +124,7 @@ func (s *Instance) Start() error {
 		}
 	}
 
-	newError("V2Ray started").AtWarning().WriteToLog()
+	newError("V2Ray ", Version(), " started with id ", s.ID()).AtWarning().WriteToLog()
 
 	return nil
 }