chore: minor change to log text

This commit is contained in:
Toby 2022-08-10 20:30:26 -07:00
parent 0ba4c36bc6
commit b3608956be

View file

@ -32,5 +32,5 @@ SOFTWARE.
`
func startTUN(config *clientConfig, client *core.Client, errChan chan error) {
logrus.Fatalln("TUN mode is only available in the GPL build, please rebuild hysteria with -tags gpl")
logrus.Fatalln("TUN mode is only available in GPL builds. Please rebuild hysteria with -tags gpl")
}