chore: log tun2socks internal warn as info

This commit is contained in:
Haruue Icymoon 2022-08-10 11:39:29 +08:00
parent 4abb30620a
commit 80b0c87654
No known key found for this signature in database
GPG Key ID: F6083B28CBCBC148

View File

@ -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,
}