mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-06-19 10:49:59 +00:00
chore: log tun2socks internal warn as info
This commit is contained in:
parent
4abb30620a
commit
80b0c87654
@ -112,7 +112,7 @@ func (s *Server) ListenAndServe() error {
|
||||
LinkEndpoint: dev,
|
||||
TransportHandler: s,
|
||||
PrintFunc: func(format string, v ...interface{}) {
|
||||
logrus.Warnf(format, v...)
|
||||
logrus.Infof(format, v...)
|
||||
},
|
||||
Options: nil,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user