1
0
mirror of https://github.com/schollz/croc.git synced 2024-11-28 01:16:10 +03:00

Merge pull request #209 from maximbaz/relay-show-version-on-startup

relay: show version on startup
This commit is contained in:
Zack 2020-04-09 09:50:21 -07:00 committed by GitHub
commit d1c2777906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -380,6 +380,7 @@ func receive(c *cli.Context) (err error) {
}
func relay(c *cli.Context) (err error) {
log.Infof("starting croc relay version %v", Version)
debugString := "info"
if c.GlobalBool("debug") {
debugString = "debug"