Browse Source

print version when starts

Darien Raymond 7 năm trước cách đây
mục cha
commit
a4f6ee6718
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 }