mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-07-03 01:39:55 +00:00
chore: change info string
This commit is contained in:
parent
604d4fc652
commit
20898f2990
@ -172,8 +172,7 @@ func client(config *clientConfig) {
|
||||
}
|
||||
defer client.Close()
|
||||
if config.LazyStart {
|
||||
logrus.WithField("addr", config.Server).Info("Option lazy_start specified. Server connection deferred.")
|
||||
|
||||
logrus.WithField("addr", config.Server).Info("Lazy start enabled, waiting for first connection")
|
||||
} else {
|
||||
logrus.WithField("addr", config.Server).Info("Connected")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user